Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Nov 2, 2021
1 parent 7b04785 commit 6ee428b
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(30)
versionName = "1.3.0-beta.3"
versionCode = 13
versionName = "1.3.0"
versionCode = 14
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { useSupportLibrary = true }
// signingConfigs {
Expand Down

0 comments on commit 6ee428b

Please sign in to comment.