From 5e220ee3c02308eb142726eddec4d454d6ead5f8 Mon Sep 17 00:00:00 2001 From: Gimun Kim <101035437+kmkim2689@users.noreply.github.com> Date: Sun, 15 Sep 2024 10:58:17 +0900 Subject: [PATCH] :rocket: deploy release v1.0.0 --- .github/workflows/an-cd.yml | 2 +- android/app/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/an-cd.yml b/.github/workflows/an-cd.yml index d97cc046..79808318 100644 --- a/.github/workflows/an-cd.yml +++ b/.github/workflows/an-cd.yml @@ -102,5 +102,5 @@ jobs: serviceAccountJsonPlainText: ${{ secrets.ANDROID_PLAY_AUTH }} packageName: net.pengcook.android releaseFiles: ./android/app/build/outputs/bundle/release/app-release.aab - track: alpha + track: production status: draft diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index f1d809a0..6ff364fa 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -25,7 +25,7 @@ android { minSdk = 26 targetSdk = 34 versionCode = 18 - versionName = "0.0.1" + versionName = "1.0.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"