Bump version number

for the `v1.2.0` release
This commit is contained in:
Finn M Glas 2020-05-25 22:31:36 +02:00
parent fb058e48ed
commit b44e417f67
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C

View file

@ -10,8 +10,8 @@ android {
applicationId "com.finnmglas.launcher"
minSdkVersion 16
targetSdkVersion 29
versionCode 4
versionName "1.1.1"
versionCode 5
versionName "v1.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}