mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 01:49:30 +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
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative57_5"
|
||||
versionCode 23
|
||||
versionName "2.0.3"
|
||||
versionCode 27
|
||||
versionName "2.0.7"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
|
@ -151,6 +151,7 @@ android {
|
|||
signingConfig signingConfigs.release
|
||||
}
|
||||
}
|
||||
buildToolsVersion = buildToolsVersion
|
||||
// applicationVariants are e.g. debug, release
|
||||
applicationVariants.all { variant ->
|
||||
variant.outputs.each { output ->
|
||||
|
|
Loading…
Reference in a new issue