update version to 6.1.0

This commit is contained in:
tibbi
2019-11-27 23:11:16 +01:00
parent 917907e902
commit 518ed7da11

View File

@ -14,8 +14,8 @@ android {
applicationId "com.simplemobiletools.draw.pro" applicationId "com.simplemobiletools.draw.pro"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 48 versionCode 49
versionName "6.0.6" versionName "6.1.0"
setProperty("archivesBaseName", "draw") setProperty("archivesBaseName", "draw")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }