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 {
repositories {
jcenter()
google()
}
}

View File

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