update version to 5.3.2

This commit is contained in:
tibbi 2021-04-16 22:43:05 +02:00
parent 679d5b340a
commit 0d4d7db5c6

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.thankyou" applicationId "com.simplemobiletools.thankyou"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 19 versionCode 20
versionName "5.3.1" versionName "5.3.2"
setProperty("archivesBaseName", "thank-you") setProperty("archivesBaseName", "thank-you")
} }