Skip to content

Commit

Permalink
Bump version to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Futsch1 committed Feb 9, 2025
1 parent 96ead3f commit 3c07f04
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 @@ -23,8 +23,8 @@ android {
minSdk = 28
multiDexEnabled = true
targetSdk = 35
versionCode = 99
versionName = "1.16.0-beta.1"
versionCode = 100
versionName = "1.16.0"
base.archivesName = "MedTimer"

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

0 comments on commit 3c07f04

Please sign in to comment.