Skip to content

Commit

Permalink
Merge pull request #3 from MiPushFramework/v10
Browse files Browse the repository at this point in the history
V10
  • Loading branch information
TimothyZhang023 authored Nov 6, 2019
2 parents fe4a935 + a346918 commit d012225
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ android {

task zip(type: Exec) {
workingDir '..'
commandLine 'sh', 'build.sh', project.name, 'v9'
}
commandLine 'sh', 'build.sh', project.name, 'v10'
}
4 changes: 0 additions & 4 deletions template_override/common/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ MODDIR=${0%/*}

# This script will be executed in late_start service mode
# More info in the main Magisk thread
resetprop -n ro.miui.ui.version.name V9
resetprop -n ro.miui.ui.version.code 7
resetprop -n ro.miui.version.code_time 1505408400
resetprop -n ro.miui.internal.storage /sdcard/
4 changes: 0 additions & 4 deletions template_override/common/system.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# This file will be read by resetprop
# Example: Change dpi
# ro.sf.lcd_density=320
ro.miui.ui.version.name=V9
ro.miui.ui.version.code=7
ro.miui.version.code_time=1505408400
ro.miui.internal.storage=/sdcard/
4 changes: 2 additions & 2 deletions template_override/module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=mipush_fake
name=Riru - MiPushFakeModule
version=v9
versionCode=9
version=v10
versionCode=10
author=Timothy
description=Fake as XiaoMI device by hook system_property_get. Require Riru - Core installed.
minMagisk=17000
6 changes: 3 additions & 3 deletions template_override/riru_module.prop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Riru - MiPushFakeModule
version=v9
versionCode=9
version=v10
versionCode=10
author=Timothy
description=Fake as XiaoMI device by hook system_property_get. Require Riru-Core v9+ installed.
description=Fake as XiaoMI device by hook system_property_get. Require Riru-Core v9+ installed.

0 comments on commit d012225

Please sign in to comment.