Bump to v0.2.9.9 beta2
This commit is contained in:
parent
10815d3176
commit
1542487ffb
|
|
@ -1,5 +1,5 @@
|
|||
apply plugin: 'com.android.library'
|
||||
version "v0.2.9.9_beta1"
|
||||
version "v0.2.9.9_beta2"
|
||||
extensions["module_name"] = "EdXposed"
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ MODDIR=${0%/*}
|
|||
# More info in the main Magisk thread
|
||||
|
||||
# EdXposed Version
|
||||
edxp_ver="0.2.9.9_beta1"
|
||||
edxp_ver="0.2.9.9_beta2"
|
||||
|
||||
# necessary for using mmap in system_server process
|
||||
supolicy --live "allow system_server system_server process {execmem}"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
id=riru_edxposed
|
||||
name=Riru - Ed Xposed
|
||||
version=v0.2.9.9_beta1
|
||||
version=v0.2.9.9_beta2
|
||||
versionCode=2991
|
||||
author=givein2u & MlgmXyysd
|
||||
description=Magisk version of Xposed. Require Riru - Core installed.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name=Ed Xposed
|
||||
version=v0.2.9.9_beta1
|
||||
version=v0.2.9.9_beta2
|
||||
versionCode=2991
|
||||
author=givein2u & MlgmXyysd
|
||||
description=Magisk version of Xposed. Require Riru - Core installed.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version=90.0-0.2.9.9 beta1
|
||||
version=90.0-0.2.9.9 beta2
|
||||
arch=arm64
|
||||
minsdk=23
|
||||
maxsdk=28
|
||||
|
|
|
|||
Loading…
Reference in New Issue