Bump version code and add changelogs

for release 1.3.0
This commit is contained in:
Finn M Glas 2020-06-26 07:57:42 +02:00
parent b3b1b7ba3a
commit 69c084ac51
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
4 changed files with 20 additions and 2 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "com.finnmglas.launcher"
minSdkVersion 16
targetSdkVersion 29
versionCode 7
versionName "v1.2.1"
versionCode 8
versionName "v1.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}