From 36179dd9759273e53190a25a27be1458a1827a1e Mon Sep 17 00:00:00 2001 From: eld_master Date: Tue, 11 Feb 2025 17:37:14 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=8417=20=EC=95=A0=EB=93=9C?= =?UTF-8?q?=EB=AA=B9=20ID=20config=EC=AA=BD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 4 ++-- lib/config/config.dart | 8 ++++---- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 2e8d7f2..ec51727 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 16 - versionName "1.0.16" + versionCode 17 + versionName "1.0.17" } signingConfigs { release { diff --git a/lib/config/config.dart b/lib/config/config.dart index 8e7107c..8168799 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -2,13 +2,13 @@ class Config { // 테스트 광고 단위 ID static const String testAdUnitId = 'ca-app-pub-3940256099942544/6300978111'; // 실제 광고 단위 ID - android - // static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896'; + // static const String realAdUnitId = 'ca-app-pub-6461991944599918/5107596297'; // 실제 광고 단위 ID - ios - // static const String realAdUnitId = 'ca-app-pub-6461991944599918~1525811028'; + // static const String realAdUnitId = 'ca-app-pub-6461991944599918/9704216771'; // 테스트 광고 단위 ID // static const String adUnitId = 'ca-app-pub-3940256099942544/6300978111'; // 테스트 - // static const String adUnitId = 'ca-app-pub-6461991944599918~9492697896'; // android - static const String adUnitId = 'ca-app-pub-6461991944599918~1525811028'; // ios + // static const String adUnitId = 'ca-app-pub-6461991944599918/5107596297'; // android + static const String adUnitId = 'ca-app-pub-6461991944599918/9704216771'; // ios // 서버 주소 static const String baseUrl = 'https://d2zcnlqji5t7mh.cloudfront.net'; // 이미지 업로드 주소 diff --git a/pubspec.yaml b/pubspec.yaml index e098355..a590d10 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.16+16 +version: 1.0.17+17 environment: sdk: '>=3.5.3 <4.0.0' flutter: ">=3.16.0"