update version to 6.7.0

This commit is contained in:
tibbi
2022-07-08 18:38:47 +02:00
parent e3b84d7364
commit f1bf28fb1b

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.draw.pro" applicationId "com.simplemobiletools.draw.pro"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 71 versionCode 72
versionName "6.6.1" versionName "6.7.0"
setProperty("archivesBaseName", "draw") setProperty("archivesBaseName", "draw")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }