Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
butzist committed Mar 24, 2024
1 parent 17647f0 commit 5976e01
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 @@ -14,8 +14,8 @@ android {
applicationId = "de.szalkowski.activitylauncher"
minSdk = 16
targetSdk = 34
versionCode = 50
versionName = "2.0.0"
versionCode = 51
versionName = "2.0.1"

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

0 comments on commit 5976e01

Please sign in to comment.