Skip to content

Commit

Permalink
Update app version to 1.3.4
Browse files Browse the repository at this point in the history
- Increased `versionCode` to 19.
- Updated `versionName` to 1.3.4.
  • Loading branch information
rygelouv committed Jan 26, 2025
1 parent 5fa3df0 commit 46a341f
Showing 1 changed file with 2 additions and 2 deletions.
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 = 18
versionName = "1.3.3"
versionCode = 19
versionName = "1.3.4"

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

0 comments on commit 46a341f

Please # to comment.