Skip to content

Commit

Permalink
updating version and version name, in gradle and release_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rygelouv committed Jan 6, 2025
1 parent 2f61450 commit f906193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
gradlePath: app/build.gradle.kts
versionCode: ${{ env.versionCode }}
versionName: 1.2.0
versionName: 1.3.1

# Build Production App Bundle
- name: Build Release
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
minSdk = 24
targetSdk = 34
versionCode = 14
versionName = "1.3.0"
versionName = "1.3.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit f906193

Please sign in to comment.