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

View file

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