Compare commits

...

2 Commits

Author SHA1 Message Date
edef32dc07 更新 build.gradle 2023-12-12 10:08:56 +08:00
a79a381b00 更新 output-metadata.json 2023-12-12 10:08:53 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ android {
minSdk 26 minSdk 26
targetSdk 31 targetSdk 31
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@@ -12,7 +12,7 @@
"filters": [], "filters": [],
"attributes": [], "attributes": [],
"versionCode": 1, "versionCode": 1,
"versionName": "1.0", "versionName": "1.0.1",
"outputFile": "app-debug.apk" "outputFile": "app-debug.apk"
} }
], ],