Push version number

This commit is contained in:
Davide Depau 2018-09-13 22:19:01 +02:00
parent 8d0995b684
commit 0590385a38
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 2 versionCode 3
versionName "1.1" versionName "1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }