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
This commit is contained in:
Howard Wu 2021-05-17 21:54:40 +08:00 committed by GitHub
parent 20bcaf9e0b
commit 6de7f3b6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.