updating changelog
This commit is contained in:
parent
53f8259210
commit
09cefd8926
|
@ -1,7 +1,12 @@
|
||||||
Changelog
|
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+
|
* Use Material You design by default on Android 12+
|
||||||
|
|
|
@ -15,8 +15,8 @@ android {
|
||||||
applicationId "com.simplemobiletools.thankyou"
|
applicationId "com.simplemobiletools.thankyou"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 29
|
versionCode 30
|
||||||
versionName "5.7.1"
|
versionName "5.7.2"
|
||||||
setProperty("archivesBaseName", "thank-you")
|
setProperty("archivesBaseName", "thank-you")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
* Added some translation improvements
|
Loading…
Reference in New Issue