diff --git a/android/app/build.gradle b/android/app/build.gradle index 55df89e..9a39e74 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,11 +20,9 @@ android { applicationId "com.allscore_app" minSdkVersion 23 targetSdkVersion 34 - versionCode 8 - versionName "1.0.7" + versionCode 9 + versionName "1.0.8" } - - // ... signingConfigs { diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 22ed864..7a7ed78 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,6 +3,7 @@ + 이 앱이 사진 라이브러리에 접근할 수 있도록 허용합니다. UIStatusBarHidden + CFBundleURLTypes + + + CFBundleTypeRole + Editor + CFBundleURLSchemes + + com.googleusercontent.apps.19981745655-3dadv7n64jqcada6mtc1ao25k1m90gp3 + + + + GIDClientID + 19981745655-3dadv7n64jqcada6mtc1ao25k1m90gp3.apps.googleusercontent.com diff --git a/pubspec.yaml b/pubspec.yaml index 244c314..0027490 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.7+8 +version: 1.0.8+9 environment: sdk: '>=3.5.3 <4.0.0'