버전16 진짜 배포용

This commit is contained in:
eld_master 2025-02-08 12:07:36 +09:00
parent b99e8f552d
commit 7eb52cdc75
3 changed files with 6 additions and 5 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId "com.allscore_app"
minSdkVersion 23
targetSdkVersion 34
versionCode 15
versionName "1.0.15"
versionCode 16
versionName "1.0.16"
}
signingConfigs {
release {

View File

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

View File

@ -1,7 +1,7 @@
name: allscore_app
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.15+15
version: 1.0.16+16
environment:
sdk: '>=3.5.3 <4.0.0'
flutter: ">=3.16.0"