diff --git a/app/build.gradle b/app/build.gradle index 25a9342..16ac40b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.thankyou" minSdkVersion 16 targetSdkVersion 27 - versionCode 4 - versionName "3.0.0" + versionCode 5 + versionName "3.0.1" setProperty("archivesBaseName", "thank-you") }