mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 09:59:31 +08:00
升级 android 版本
This commit is contained in:
parent
1bb657bcab
commit
1f7633e930
1 changed files with 3 additions and 2 deletions
|
@ -109,8 +109,8 @@ android {
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative57_5"
|
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative57_5"
|
||||||
versionCode 23
|
versionCode 27
|
||||||
versionName "2.0.3"
|
versionName "2.0.7"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
ndk {
|
ndk {
|
||||||
|
@ -151,6 +151,7 @@ android {
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
buildToolsVersion = buildToolsVersion
|
||||||
// applicationVariants are e.g. debug, release
|
// applicationVariants are e.g. debug, release
|
||||||
applicationVariants.all { variant ->
|
applicationVariants.all { variant ->
|
||||||
variant.outputs.each { output ->
|
variant.outputs.each { output ->
|
||||||
|
|
Loading…
Reference in a new issue