mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Update Sdk and build tools version
This commit is contained in:
parent
a275e8b675
commit
357f512fc7
@ -167,11 +167,11 @@ if (custom.listFiles()) {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
compileSdkVersion 28
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 27
|
||||
targetSdkVersion 28
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
// See https://github.com/linkedin/dexmaker/issues/65 for why we need the following line.
|
||||
testInstrumentationRunnerArguments.notClass = 'com.android.dex.DexIndexOverflowException'
|
||||
|
@ -4,7 +4,7 @@ buildscript {
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:3.1.3"
|
||||
classpath "com.android.tools.build:gradle:3.1.4"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
@ -12,11 +12,11 @@ buildscript {
|
||||
}
|
||||
|
||||
ext {
|
||||
androidGradlePluginVersion = '3.1.3'
|
||||
androidGradlePluginVersion = '3.1.4'
|
||||
testdroidGradlePluginVersion = '2.49.1'
|
||||
supportLibraryVersion = '27.1.1'
|
||||
rxJavaVersion = '2.1.16'
|
||||
rxAndroidVersion = '2.0.2'
|
||||
rxJavaVersion = '2.2.2'
|
||||
rxAndroidVersion = '2.1.0'
|
||||
okHttpVersion = '3.11.0'
|
||||
retrofitVersion = '2.4.0'
|
||||
javaxAnnotationVersion = '1.3.2'
|
||||
|
Loading…
x
Reference in New Issue
Block a user