Bump version code to v1.6.0, add Changelogs

This commit is contained in:
Finn M Glas 2020-12-31 00:28:02 +01:00
parent 499ab0ac14
commit 340ee73152
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
5 changed files with 29 additions and 2 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "com.finnmglas.launcher"
minSdkVersion 16
targetSdkVersion 29
versionCode 11
versionName "v1.5.0"
versionCode 12
versionName "v1.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}