update version to 6.9.1

This commit is contained in:
tibbi
2023-01-20 12:52:59 +01:00
parent a6c4c66ce2
commit 982a2ebcd2

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.draw.pro" applicationId "com.simplemobiletools.draw.pro"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 33 targetSdkVersion 33
versionCode 76 versionCode 77
versionName "6.9.0" versionName "6.9.1"
setProperty("archivesBaseName", "draw") setProperty("archivesBaseName", "draw")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }