use https maven central

// FREEBIE
master
Jake McGinty 2014-09-30 21:46:13 -07:00
parent cf9c9bbfd7
commit f51a5aa7eb
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,8 @@
buildscript {
repositories {
mavenCentral()
maven {
url "https://repo1.maven.org/maven2"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
@ -12,7 +14,9 @@ apply plugin: 'com.android.application'
apply plugin: 'witness'
repositories {
mavenCentral()
maven {
url "https://repo1.maven.org/maven2"
}
maven {
url "https://raw.github.com/whispersystems/maven/master/gcm-client/releases/"
}