Use Google's Maven repository

This commit is contained in:
Emux
2017-07-26 11:02:49 +03:00
parent 76dcc8b909
commit 8bb63c875f
9 changed files with 9 additions and 15 deletions

View File

@@ -29,7 +29,8 @@ allprojects {
def androidCompileSdk() { return 26 }
def androidMinSdk() { return 10 }
// Minimum API Level by Support Library
def androidMinSdk() { return 14 }
def androidTargetSdk() { return 22 }
@@ -40,6 +41,7 @@ def versionName() { return version }
subprojects {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
}
tasks.withType(JavaCompile) {