Skip to content

Commit

Permalink
Prepare for patch release
Browse files Browse the repository at this point in the history
Due to a bug that is causing the production version of v1.2.0 to crash on startup, this v1.2.1 tag rolls back all the changes from v1.2.0.
  • Loading branch information
jkuester committed Oct 1, 2021
1 parent 9aabc08 commit 63f386e
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 @@ -12,8 +12,8 @@ android {
applicationId = "com.jkuester.unlauncher"
minSdkVersion(21)
targetSdkVersion(30)
versionName = "1.2.0"
versionCode = 10
versionName = "1.2.1"
versionCode = 11
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { useSupportLibrary = true }
// signingConfigs {
Expand Down

0 comments on commit 63f386e

Please sign in to comment.