mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-22 02:58:26 +00:00
use https maven central
// FREEBIE
This commit is contained in:
parent
cf9c9bbfd7
commit
f51a5aa7eb
@ -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