use https maven central

// FREEBIE
This commit is contained in:
Jake McGinty 2014-09-30 21:46:13 -07:00
parent cf9c9bbfd7
commit f51a5aa7eb

View File

@ -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/"
} }