updating release 47 to 48

This commit is contained in:
tibbi 2022-02-26 19:55:01 +01:00
parent c786d667c4
commit da9a9d5e56
2 changed files with 2 additions and 2 deletions

View File

@ -456,7 +456,7 @@ class MainActivity : SimpleActivity() {
private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply {
add(Release(47, R.string.release_47))
add(Release(48, R.string.release_48))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View File

@ -9,7 +9,7 @@
<string name="mms_file_size_limit_1mb">1MB</string>
<string name="mms_file_size_limit_2mb">2MB</string>
<string name="release_47">
<string name="release_48">
Disabled delivery reports by default\n
Avoid sending long messages as MMS
</string>