Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
solohsu committed Jan 20, 2019
1 parent b4e7041 commit 0012808
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'com.android.library'
version "v0.2.6_beta"
version "v0.2.8_beta"
extensions["module_name"] = "EdXposed"
android {
compileSdkVersion 28
Expand Down
2 changes: 1 addition & 1 deletion Core/template_override/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LATESTARTSERVICE=false

print_modname() {
ui_print "************************************"
ui_print " Riru - Ed Xposed v0.2.6 "
ui_print " Riru - Ed Xposed v0.2.8 "
ui_print "************************************"
}

Expand Down
2 changes: 1 addition & 1 deletion Core/template_override/module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=riru_edxposed
name=Riru - Ed Xposed
version=v0.2.6_beta
version=v0.2.8_beta
versionCode=1
author=givein2u
description=Magisk version of Xposed. Require Riru - Core installed.
Expand Down
2 changes: 1 addition & 1 deletion Core/template_override/riru_module.prop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Ed Xposed
version=v0.2.6_beta
version=v0.2.8_beta
versionCode=1
author=givein2u
description=Elder driver Xposed for Android Pie. Require Riru - Core installed.
2 changes: 1 addition & 1 deletion Core/template_override/system/framework/edconfig.dex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=90.0-0.2.6.3 (by Elder Driver)
version=90.0-0.2.8 (by Elder Driver)
arch=arm64
minsdk=23
maxsdk=28
Expand Down

0 comments on commit 0012808

Please sign in to comment.