From 6de7f3b6b4ca7674e45ccc6ae69ddc609bc3148f Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Mon, 17 May 2021 21:54:40 +0800 Subject: [PATCH] Add versionCode to the 'version' displayed in the Magisk module (#610) * Add versionCode to the 'version' displayed in the Magisk module Used to get the version code more clearly from the Magisk module list. * Add a space --- core/magisk_module/module.prop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/magisk_module/module.prop b/core/magisk_module/module.prop index 167a0db3..ad908034 100644 --- a/core/magisk_module/module.prop +++ b/core/magisk_module/module.prop @@ -1,6 +1,6 @@ id=${moduleId} name=Riru - LSPosed -version=${versionName} +version=${versionName} (${versionCode}) versionCode=${versionCode} author=${authorList} description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12 DP3. Requires Riru ${minRiruVersionName} or above installed.