update version to 6.5.1

This commit is contained in:
tibbi 2022-01-14 19:58:04 +01:00
parent 137ff897b0
commit 2e2053e4fb

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.draw.pro" applicationId "com.simplemobiletools.draw.pro"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 64 versionCode 65
versionName "6.5.0" versionName "6.5.1"
setProperty("archivesBaseName", "draw") setProperty("archivesBaseName", "draw")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }