Add Changelogs and bump Versioncode

for the Patch Launcher v1.3.1
This commit is contained in:
Finn M Glas 2020-06-28 07:31:18 +02:00
parent f4a590f373
commit 3a4e86d1df
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 8
versionName "v1.3.0"
versionCode 9
versionName "v1.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}