update version to 6.0.6

This commit is contained in:
tibbi
2019-10-28 19:12:36 +01:00
parent 33f7dd79a4
commit 701407b6c7

View File

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