Skip to content

Commit

Permalink
chore: prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Jan 12, 2024
1 parent dff0929 commit 7ac0c93
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"
minSdk = 21
targetSdk = 34
versionName = "2.1.0"
versionCode = 20
versionName = "2.2.0-beta.1"
versionCode = 21
vectorDrawables { useSupportLibrary = true }
// signingConfigs {
// if (project.extra.has("RELEASE_STORE_FILE")) {
Expand Down

0 comments on commit 7ac0c93

Please sign in to comment.