From 20173f339f1060dc3cfc94d189e3c44468b919e0 Mon Sep 17 00:00:00 2001 From: JunJangE Date: Thu, 24 Oct 2024 10:39:47 +0900 Subject: [PATCH] =?UTF-8?q?[AN]=20deploy:=20v1.0.0=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20(#722)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android-cd.yml | 2 +- android/app/src/main/AndroidManifest.xml | 5 ----- android/gradle/libs.versions.toml | 6 +++--- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/android-cd.yml b/.github/workflows/android-cd.yml index abe0de9be..e8fe1445c 100644 --- a/.github/workflows/android-cd.yml +++ b/.github/workflows/android-cd.yml @@ -94,4 +94,4 @@ jobs: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: com.happy.friendogly releaseFiles: android/app/build/outputs/bundle/release/app-release.aab - track: "Beta-version" + track: "production" diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index ce9c833c1..887e6dd37 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -138,11 +138,6 @@ android:enabled="true" android:exported="false" android:foregroundServiceType="location" /> - - diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 9c8ed7fd8..2c9e01a85 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -3,8 +3,8 @@ applicationId = "com.happy.friendogly" compileSdk = "34" minSdk = "26" targetSdk = "34" -versionCode = "13" -versionName = "0.4.1" +versionCode = "14" +versionName = "1.0.0" agp = "8.3.0" kotlin = "1.9.21" @@ -179,4 +179,4 @@ kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", vers kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" } google-services = { id = "com.google.gms.google-services", version.ref = "google-services" } android-junit5 = { id = "de.mannodermaus.android-junit5", version.ref = "android-junit5" } -hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" } \ No newline at end of file +hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }