Skip to content

Commit

Permalink
chore: update version for 2.1.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Jan 12, 2024
1 parent f36b31d commit 86a1d13
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 @@ -15,8 +15,8 @@ android {
applicationId = "com.jkuester.unlauncher"
minSdkVersion(21)
targetSdkVersion(33)
versionName = "2.1.0"
versionCode = 20
versionName = "2.1.1"
versionCode = 21
vectorDrawables { useSupportLibrary = true }
// signingConfigs {
// if (project.extra.has("RELEASE_STORE_FILE")) {
Expand Down

0 comments on commit 86a1d13

Please sign in to comment.