Skip to content

Commit

Permalink
Bump to v0.2.9.9 beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
solohsu committed Feb 22, 2019
1 parent 10815d3 commit 1542487
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Core/build.gradle
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Core/template_override/common/post-fs-data.sh
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion Core/template_override/module.prop
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Core/template_override/riru_module.prop
@@ -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.
2 changes: 1 addition & 1 deletion Core/template_override/system/framework/edconfig.dex
@@ -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
Expand Down

0 comments on commit 1542487

Please sign in to comment.