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 7b6cc6d commit ae7b43a
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.1"
versionCode = 21
versionName = "2.2.0-beta.1"
versionCode = 22
vectorDrawables { useSupportLibrary = true }
// signingConfigs {
// if (project.extra.has("RELEASE_STORE_FILE")) {
Expand Down

0 comments on commit ae7b43a

Please sign in to comment.