Use Android build tools 24.0.1, don't require HTTPS

This commit is contained in:
Joshua Granick
2016-08-08 14:42:30 -07:00
parent b37bb94460
commit 0aac32f551
5 changed files with 17 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
buildscript {
repositories {
mavenCentral()
maven {
url "http://repo1.maven.org/maven2/"
}
}
dependencies {