Version 1.3.1

This commit is contained in:
Davide Depau 2018-11-04 00:22:15 +01:00
parent 928c69d300
commit bef5444433
Signed by: depau
GPG Key ID: C7D999B6A55EFE86
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "eu.depau.etchdroid"
minSdkVersion 19
targetSdkVersion 28
versionCode 4
versionName "1.3"
versionCode 5
versionName "1.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}