mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-21 14:12:02 +00:00
Merge pull request #1964 from mcginty/maven-https
use https maven central
This commit is contained in:
commit
f1d230ce6e
@ -1,6 +1,8 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
maven {
|
||||||
|
url "https://repo1.maven.org/maven2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:0.12.2'
|
classpath 'com.android.tools.build:gradle:0.12.2'
|
||||||
@ -12,7 +14,9 @@ apply plugin: 'com.android.application'
|
|||||||
apply plugin: 'witness'
|
apply plugin: 'witness'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
maven {
|
||||||
|
url "https://repo1.maven.org/maven2"
|
||||||
|
}
|
||||||
maven {
|
maven {
|
||||||
url "https://raw.github.com/whispersystems/maven/master/gcm-client/releases/"
|
url "https://raw.github.com/whispersystems/maven/master/gcm-client/releases/"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user