ios테스트 배포

This commit is contained in:
eld_master 2025-02-03 16:58:02 +09:00
parent e8734b0df4
commit fd012a3d68
3 changed files with 5 additions and 5 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId "com.allscore_app" applicationId "com.allscore_app"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 34 targetSdkVersion 34
versionCode 6 versionCode 7
versionName "1.0.5" versionName "1.0.6"
} }
// ... // ...

View File

@ -4,8 +4,8 @@ class Config {
// ID // ID
static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896'; static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896';
// ID // ID
static const String adUnitId = 'ca-app-pub-6461991944599918~9492697896'; // 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-3940256099942544/6300978111';
// //
static const String baseUrl = 'https://d2zcnlqji5t7mh.cloudfront.net'; static const String baseUrl = 'https://d2zcnlqji5t7mh.cloudfront.net';
// //

View File

@ -1,7 +1,7 @@
name: allscore_app name: allscore_app
description: "A new Flutter project." description: "A new Flutter project."
publish_to: 'none' publish_to: 'none'
version: 1.0.5+6 version: 1.0.6+7
environment: environment:
sdk: ^3.6.0 sdk: ^3.6.0