버전17 애드몹 ID config쪽 수정
This commit is contained in:
parent
7eb52cdc75
commit
36179dd975
@ -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 {
|
||||
|
@ -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';
|
||||
// 이미지 업로드 주소
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user