Skip to content

Commit

Permalink
Prepare for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Sep 11, 2022
1 parent de4b3a8 commit fe239d3
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(31)
versionName = "2.0.0-beta.2"
versionCode = 15
versionName = "2.0.0-beta.4"
versionCode = 16
vectorDrawables { useSupportLibrary = true }
// signingConfigs {
// if (project.extra.has("RELEASE_STORE_FILE")) {
Expand Down

0 comments on commit fe239d3

Please sign in to comment.