Bump version code

to 3 and version `1.1.1`
This commit is contained in:
Finn M Glas 2020-05-20 15:41:09 +02:00
parent 35d9e2c4e6
commit 92e8cbd450
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C

View file

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