update version to 6.1.3

This commit is contained in:
tibbi 2020-03-09 19:52:44 +01:00
parent 921c6f11c3
commit 1603990c57

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 51 versionCode 52
versionName "6.1.2" versionName "6.1.3"
setProperty("archivesBaseName", "draw") setProperty("archivesBaseName", "draw")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }