Version v1.1

This commit is contained in:
Davide Depau 2018-09-02 18:49:51 +02:00
parent 848ae72910
commit ca7e1ee50e
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 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}