update version to 5.7.0

This commit is contained in:
tibbi 2022-10-03 20:44:29 +02:00
parent 7aecc7fe9c
commit eecea2ab38

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.thankyou" applicationId "com.simplemobiletools.thankyou"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 27 versionCode 28
versionName "5.6.1" versionName "5.7.0"
setProperty("archivesBaseName", "thank-you") setProperty("archivesBaseName", "thank-you")
} }