Add version info in updates page

This commit is contained in:
Rahul Kumar Patel
2021-02-26 15:49:36 +05:30
parent 829d87b346
commit aea94e19ae
2 changed files with 12 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ class AppUpdateView : RelativeLayout {
B.txtLine2.text = app.developerName
B.txtLine3.text = ("${CommonUtil.addSiPrefix(app.size)}${app.updatedOn}")
B.txtLine4.text = ("v${app.versionName}.${app.versionCode}")
B.txtChangelog.text = if (app.changes.isNotEmpty())
HtmlCompat.fromHtml(
app.changes,