diff --git a/app/build.gradle b/app/build.gradle index 4a189ce..d245d8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.simplemobiletools.draw.pro" minSdkVersion 21 targetSdkVersion 30 - versionCode 59 - versionName "6.3.1" + versionCode 60 + versionName "6.3.2" setProperty("archivesBaseName", "draw") vectorDrawables.useSupportLibrary = true }