1
0
mirror of synced 2025-12-11 08:58:03 +08:00

chore: update android gradle versionCode

This commit is contained in:
YunYouJun
2025-10-07 20:39:25 +08:00
parent 6c1ee33a67
commit 3c451e86ce
4 changed files with 20 additions and 83 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "cn.yunyoujun.cook"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.