Improve kiwixlib gradle config

This commit is contained in:
mhutti1 2017-12-14 15:33:33 +00:00 committed by Isaac Hutt
parent 38be99f2cf
commit 7be9f61b83
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,7 @@ ext {
allprojects { allprojects {
repositories { repositories {
jcenter() jcenter()
google()
} }
} }

View File

@ -2,8 +2,7 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion 24 compileSdkVersion 26
buildToolsVersion '25.0.0'
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14