Skip to content

Commit

Permalink
[chore] App: bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanw-mobile committed Mar 19, 2024
1 parent 06266c7 commit c6030da
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 @@ -56,8 +56,8 @@ android {
applicationId = "com.rwmobi.fuseduserpreferences"
minSdk = libs.versions.minsdk.get().toInt()
targetSdk = libs.versions.targetsdk.get().toInt()
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.0.1"

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

0 comments on commit c6030da

Please sign in to comment.