배포전 테스트

This commit is contained in:
eld_master 2025-02-08 00:52:13 +09:00
parent 8a9ef6543b
commit 266249b195
2 changed files with 3 additions and 4 deletions

View File

@ -20,10 +20,9 @@ android {
applicationId "com.allscore_app"
minSdkVersion 23
targetSdkVersion 34
versionCode 12
versionName "1.0.12"
versionCode 13
versionName "1.0.13"
}
// ...
signingConfigs {
release {

View File

@ -1,7 +1,7 @@
name: allscore_app
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.12+12
version: 1.0.13+13
environment:
sdk: '>=3.5.3 <4.0.0'