update version to 5.5.1

This commit is contained in:
tibbi
2022-06-26 21:54:19 +02:00
parent d82b562454
commit c38644aaf5

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.thankyou" applicationId "com.simplemobiletools.thankyou"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 24 versionCode 25
versionName "5.5.0" versionName "5.5.1"
setProperty("archivesBaseName", "thank-you") setProperty("archivesBaseName", "thank-you")
} }