diff --git a/android/app/build.gradle b/android/app/build.gradle
index ad183fb..7fbf759 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 13
- versionName "1.0.13"
+ versionCode 15
+ versionName "1.0.15"
}
-
signingConfigs {
release {
// key.properties 에서 키 불러오기
diff --git a/android/app/google-services.json b/android/app/google-services.json
index f223e69..fbdbbf0 100644
--- a/android/app/google-services.json
+++ b/android/app/google-services.json
@@ -64,7 +64,8 @@
}
]
}
- }
+ },
+ "admob_app_id": "ca-app-pub-6461991944599918~9492697896"
}
],
"configuration_version": "1"
diff --git a/ios/Runner/GoogleService-Info.plist b/ios/Runner/GoogleService-Info.plist
index 7024bed..5c3c7e1 100644
--- a/ios/Runner/GoogleService-Info.plist
+++ b/ios/Runner/GoogleService-Info.plist
@@ -34,5 +34,7 @@
1:452355332155:ios:88882c9888ff405813e41e
DATABASE_URL
https://allscore-29edf-default-rtdb.asia-southeast1.firebasedatabase.app
+ ADMOB_APP_ID
+ ca-app-pub-6461991944599918~1525811028
\ No newline at end of file
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 170f45e..9d7cb88 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -43,7 +43,7 @@
$(FLUTTER_BUILD_NUMBER)
GADApplicationIdentifier
- ca-app-pub-6461991944599918~9492697896
+ ca-app-pub-6461991944599918~1525811028
GIDClientID
452355332155-26g42j6p8kfdeknncqfmt7sitvvj611l.apps.googleusercontent.com
LSRequiresIPhoneOS
diff --git a/lib/config/config.dart b/lib/config/config.dart
index e32da6c..59ad004 100644
--- a/lib/config/config.dart
+++ b/lib/config/config.dart
@@ -1,10 +1,12 @@
class Config {
// 테스트 광고 단위 ID
static const String testAdUnitId = 'ca-app-pub-3940256099942544/6300978111';
- // 실제 광고 단위 ID
- static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896';
+ // 실제 광고 단위 ID - android
+ // static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896';
+ // 실제 광고 단위 ID - ios
+ // static const String realAdUnitId = 'ca-app-pub-6461991944599918~1525811028';
// 테스트 광고 단위 ID
- static const String adUnitId = 'ca-app-pub-6461991944599918~9492697896';
+ static const String adUnitId = 'ca-app-pub-6461991944599918~1525811028';
// 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 ca2e1d9..aa6eb83 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,8 +1,7 @@
name: allscore_app
description: "A new Flutter project."
publish_to: 'none'
-version: 1.0.13+13
-
+version: 1.0.15+15
environment:
sdk: '>=3.5.3 <4.0.0'
flutter: ">=3.16.0"