update version to 6.5.5

This commit is contained in:
tibbi
2022-03-09 16:02:08 +01:00
parent 056b39e923
commit 41524bd22c

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 68 versionCode 69
versionName "6.5.4" versionName "6.5.5"
setProperty("archivesBaseName", "draw") setProperty("archivesBaseName", "draw")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }