update version to 3.0.3

This commit is contained in:
tibbi
2018-01-24 19:42:31 +01:00
parent 5b7f1bb289
commit bc5093bb5e

View File

@@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.thankyou" applicationId "com.simplemobiletools.thankyou"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 6 versionCode 7
versionName "3.0.2" versionName "3.0.3"
setProperty("archivesBaseName", "thank-you") setProperty("archivesBaseName", "thank-you")
} }