mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -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 {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 28
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 27
|
targetSdkVersion 28
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
// See https://github.com/linkedin/dexmaker/issues/65 for why we need the following line.
|
// See https://github.com/linkedin/dexmaker/issues/65 for why we need the following line.
|
||||||
testInstrumentationRunnerArguments.notClass = 'com.android.dex.DexIndexOverflowException'
|
testInstrumentationRunnerArguments.notClass = 'com.android.dex.DexIndexOverflowException'
|
||||||
|
@ -4,7 +4,7 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
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
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
@ -12,11 +12,11 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
androidGradlePluginVersion = '3.1.3'
|
androidGradlePluginVersion = '3.1.4'
|
||||||
testdroidGradlePluginVersion = '2.49.1'
|
testdroidGradlePluginVersion = '2.49.1'
|
||||||
supportLibraryVersion = '27.1.1'
|
supportLibraryVersion = '27.1.1'
|
||||||
rxJavaVersion = '2.1.16'
|
rxJavaVersion = '2.2.2'
|
||||||
rxAndroidVersion = '2.0.2'
|
rxAndroidVersion = '2.1.0'
|
||||||
okHttpVersion = '3.11.0'
|
okHttpVersion = '3.11.0'
|
||||||
retrofitVersion = '2.4.0'
|
retrofitVersion = '2.4.0'
|
||||||
javaxAnnotationVersion = '1.3.2'
|
javaxAnnotationVersion = '1.3.2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user