Skip to content

Commit

Permalink
Unity v1.7.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zackptg5 committed Sep 20, 2018
1 parent aa0c36a commit 43920a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ unity_install() {
echo "#$MODID-UnityIndicator" >> $RD/init.rc
[ -f "$INSTALLER/common/ramdiskinstall.sh" ] && . $INSTALLER/common/ramdiskinstall.sh
for FILE in $(find $INSTALLER/ramdisk -type f 2>/dev/null | sed "s|$INSTALLER||" 2>/dev/null); do
cp_ch $INSTALLER$FILE $BOOTDIR$FILE
cp_ch $INSTALLER$FILE $INSTALLER/common/unityfiles/boot$FILE
done
[ ! -s $INFORD ] && rm -f $INFORD
fi
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This module enables ViPER4Android FX (You can choose between Material, 2.5.0.5,
* All root solutions (requires init.d support if not using magisk or supersu. Try [Init.d Injector](https://forum.xda-developers.com/android/software-hacking/mod-universal-init-d-injector-wip-t3692105))

## Change Log
### v1.7.4 - 9.20.2018
* Unity v1.7.1 update

### v1.7.3 - 9.2.2018
* Unity v1.7 update

Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=ViPER4AndroidFX
name=ViPER4Android FX
version=v1.7.3
versionCode=53
version=v1.7.4
versionCode=54
author=ViPER520, ZhuHang, Ahrion, Zackptg5
description=ViPER4Android FX is an audio enhancing software to provide everyone with a better audio experience (You can choose between Material, 2.5.0.5, and 2.3.4.0 during install)
support=https://forum.xda-developers.com/apps/magisk/module-viper4android-fx-2-5-0-5-t3577058
Expand Down

0 comments on commit 43920a8

Please sign in to comment.