Skip to content

Commit

Permalink
chore: Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaWei committed Jan 25, 2025
1 parent 16c657e commit 063bf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
applicationId = "jarvay.workpaper"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 16
versionCode = 17
versionName = "2.4.1"

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

0 comments on commit 063bf6f

Please sign in to comment.