From 266249b1953cb2bc85ddd5da95267d9108e8df0e Mon Sep 17 00:00:00 2001 From: eld_master Date: Sat, 8 Feb 2025 00:52:13 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8F=AC=EC=A0=84=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8?= 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, 3 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index dd342b7..ad183fb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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 { diff --git a/pubspec.yaml b/pubspec.yaml index 29df35d..ca2e1d9 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.12+12 +version: 1.0.13+13 environment: sdk: '>=3.5.3 <4.0.0'