update version to 6.1.2

This commit is contained in:
tibbi 2020-02-16 11:42:52 +01:00
parent cb83f87a4b
commit ba22a1bed4

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.draw.pro" applicationId "com.simplemobiletools.draw.pro"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 50 versionCode 51
versionName "6.1.1" versionName "6.1.2"
setProperty("archivesBaseName", "draw") setProperty("archivesBaseName", "draw")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }