update version to 4.0.1

This commit is contained in:
tibbi
2018-06-24 21:27:28 +02:00
parent 836716f39f
commit 0ba914f242

View File

@@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.thankyou" applicationId "com.simplemobiletools.thankyou"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 9 versionCode 10
versionName "4.0.0" versionName "4.0.1"
setProperty("archivesBaseName", "thank-you") setProperty("archivesBaseName", "thank-you")
} }