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:
parent
20bcaf9e0b
commit
6de7f3b6b4
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue