ios테스트 배포

This commit is contained in:
eld_master 2025-02-03 19:18:02 +09:00
parent 88c809bc2a
commit 08f3bd7295
2 changed files with 4 additions and 3 deletions

View File

@ -20,10 +20,11 @@ android {
applicationId "com.allscore_app" applicationId "com.allscore_app"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 34 targetSdkVersion 34
versionCode 7 versionCode 8
versionName "1.0.6" versionName "1.0.7"
} }
// ... // ...
signingConfigs { signingConfigs {

View File

@ -1,7 +1,7 @@
name: allscore_app name: allscore_app
description: "A new Flutter project." description: "A new Flutter project."
publish_to: 'none' publish_to: 'none'
version: 1.0.6+7 version: 1.0.7+8
environment: environment:
sdk: '>=3.5.3 <4.0.0' sdk: '>=3.5.3 <4.0.0'