Skip to content

Commit

Permalink
chores: updated app version numbers for next build
Browse files Browse the repository at this point in the history
  • Loading branch information
dg1223 committed Aug 4, 2023
1 parent 553dded commit b4c1a34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@ jobs:
status: draft
# userFraction: 0.5
whatsNewDirectory: android/release-notes/
releaseName: v1.0.4
releaseName: v1.0.5
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ android {
applicationId "com.thebest.gamchha"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "1.0.4"
versionCode 6
versionName "1.0.5"
}
signingConfigs {
debug {
Expand Down

0 comments on commit b4c1a34

Please sign in to comment.