Skip to content

Commit

Permalink
🚀 change track to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 committed Aug 22, 2024
1 parent 834a8ca commit b8e87d8
Show file tree
Hide file tree
Showing 3 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: internal
track: alpha
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 @@ -24,7 +24,7 @@ android {
applicationId = "net.pengcook.android"
minSdk = 26
targetSdk = 34
versionCode = 1
versionCode = 18
versionName = "0.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Binary file modified android/app/release/app-release.aab
Binary file not shown.

0 comments on commit b8e87d8

Please sign in to comment.