From af1cacfd0c4c9f738aced2c2f8a45c9a1ff8e479 Mon Sep 17 00:00:00 2001 From: eld_master Date: Thu, 6 Feb 2025 13:20:48 +0900 Subject: [PATCH] =?UTF-8?q?ios=EC=95=84=EC=9D=B4=EC=BD=98=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 92e798d..6dc466d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "com.allscore_app" minSdkVersion 23 targetSdkVersion 34 - versionCode 10 - versionName "1.0.10" + versionCode 11 + versionName "1.0.11" } // ... diff --git a/pubspec.yaml b/pubspec.yaml index d6da372..796a7d8 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.10+10 +version: 1.0.11+11 environment: sdk: '>=3.5.3 <4.0.0'