This commit is contained in:
2023-09-23 13:46:40 +08:00
parent e489ffd92b
commit 80ee82f62c
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ android {
targetSdkVersion 29 targetSdkVersion 29
// multiDexEnabled true // multiDexEnabled true
versionCode 6 versionCode 6
versionName "1.1.6" versionName "1.1.7"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
ndk { ndk {

View File

@@ -11,7 +11,7 @@
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"versionCode": 6, "versionCode": 6,
"versionName": "1.1.6", "versionName": "1.1.7",
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
] ]