updating Whats New

This commit is contained in:
tibbi 2017-11-12 19:10:43 +01:00
parent b69b52bf88
commit c383645caa
2 changed files with 8 additions and 0 deletions

View File

@ -156,6 +156,7 @@ class MainActivity : SimpleActivity(), RecyclerAdapter.AppLaunchersListener {
private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply {
add(Release(7, R.string.release_7))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Release notes -->
<string name="release_7">Added a new option to use english language on non-english devices</string>
</resources>