updating changelog

This commit is contained in:
tibbi 2023-05-15 22:59:07 +02:00
parent 53f8259210
commit 09cefd8926
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,12 @@
Changelog
==========
Version 5.8.0 *(2023-01-11)*
Version 5.7.2 *(2023-05-15)*
----------------------------
* Added some translation improvements
Version 5.7.1 *(2023-01-11)*
----------------------------
* Use Material You design by default on Android 12+

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.thankyou"
minSdkVersion 23
targetSdkVersion 33
versionCode 29
versionName "5.7.1"
versionCode 30
versionName "5.7.2"
setProperty("archivesBaseName", "thank-you")
}

View File

@ -0,0 +1 @@
* Added some translation improvements