From 08f3bd72951d1be6805446b3672aa7a31296853f Mon Sep 17 00:00:00 2001 From: eld_master Date: Mon, 3 Feb 2025 19:18:02 +0900 Subject: [PATCH] =?UTF-8?q?ios=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EB=B0=B0?= =?UTF-8?q?=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 5 +++-- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 175ff32..55df89e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,10 +20,11 @@ android { applicationId "com.allscore_app" minSdkVersion 23 targetSdkVersion 34 - versionCode 7 - versionName "1.0.6" + versionCode 8 + versionName "1.0.7" } + // ... signingConfigs { diff --git a/pubspec.yaml b/pubspec.yaml index a2b2efc..244c314 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: allscore_app description: "A new Flutter project." publish_to: 'none' -version: 1.0.6+7 +version: 1.0.7+8 environment: sdk: '>=3.5.3 <4.0.0'