Skip to content

Commit

Permalink
🚀 deploy release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 authored and ii2001 committed Sep 24, 2024
1 parent bd76bf7 commit 291f569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/an-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 18
versionName = "0.0.1"
versionName = "1.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 291f569

Please sign in to comment.