Skip to content

Commit

Permalink
bumped version number and version name in build.gradle.kts and releas…
Browse files Browse the repository at this point in the history
…e_build.yml
  • Loading branch information
rygelouv committed Jan 7, 2025
1 parent 84bf898 commit db3a1a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2

# Build Production App Bundle
- name: Build Release
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId = "app.books.tanga"
minSdk = 24
targetSdk = 34
versionCode = 13
versionName = "1.2.0"
versionCode = 16
versionName = "1.3.2"

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

0 comments on commit db3a1a0

Please sign in to comment.