Merge pull request #1964 from mcginty/maven-https

use https maven central
This commit is contained in:
Moxie Marlinspike 2014-10-01 17:16:11 -07:00
commit f1d230ce6e

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