Skip to content

Commit

Permalink
Set patch version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Apr 3, 2021
1 parent 7accfce commit 8c583c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
applicationId = "com.jkuester.unlauncher"
minSdkVersion(21)
targetSdkVersion(30)
versionName = "1.2.0"
versionName = "1.1.2"
versionCode = 9
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { useSupportLibrary = true }
Expand Down

0 comments on commit 8c583c2

Please sign in to comment.