From fd012a3d687eaec1aee4684d37af9252849313ab Mon Sep 17 00:00:00 2001 From: eld_master Date: Mon, 3 Feb 2025 16:58: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 | 4 ++-- lib/config/config.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fae90f9..175ff32 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 6 - versionName "1.0.5" + versionCode 7 + versionName "1.0.6" } // ... diff --git a/lib/config/config.dart b/lib/config/config.dart index e32da6c..fe99915 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -4,8 +4,8 @@ class Config { // 실제 광고 단위 ID static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896'; // 테스트 광고 단위 ID - static const String adUnitId = 'ca-app-pub-6461991944599918~9492697896'; - // static const String adUnitId = 'ca-app-pub-3940256099942544/6300978111'; + // static const String adUnitId = 'ca-app-pub-6461991944599918~9492697896'; + static const String adUnitId = 'ca-app-pub-3940256099942544/6300978111'; // 서버 주소 static const String baseUrl = 'https://d2zcnlqji5t7mh.cloudfront.net'; // 이미지 업로드 주소 diff --git a/pubspec.yaml b/pubspec.yaml index 0b09c49..fd2683f 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.5+6 +version: 1.0.6+7 environment: sdk: ^3.6.0