update version to 5.4.1

This commit is contained in:
tibbi
2022-01-31 23:26:21 +01:00
parent f6426283f1
commit 9caf6173af

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.thankyou" applicationId "com.simplemobiletools.thankyou"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 21 versionCode 22
versionName "5.4.0" versionName "5.4.1"
setProperty("archivesBaseName", "thank-you") setProperty("archivesBaseName", "thank-you")
} }