XposedInstaller: add 3.1.5

Pull @relan's patch from https://github.com/rovo89/XposedInstaller/pull/402
into fdroid for now.
This commit is contained in:
Marcus Hoffmann 2018-04-05 00:41:29 +02:00
parent b5ed336155
commit 29433efdc3
No known key found for this signature in database
GPG key ID: ACDF63BC43D5E530

View file

@ -3,6 +3,8 @@ License:GPL-3.0
Web Site:https://xposed.info
Source Code:https://github.com/rovo89/XposedInstaller
Issue Tracker:https://github.com/rovo89/XposedInstaller/issues
Donate:http://repo.xposed.info/donate
Bitcoin:1uAEzZrfJt96UHYQheUUC8gSp2TJdwdw3
Auto Name:Xposed Installer
Summary:Installer of Xposed framework
@ -19,27 +21,17 @@ Requires Root:yes
Repo Type:git
Repo:https://github.com/rovo89/XposedInstaller
Build:3.1.1,39
disable=remove
commit=3.1.1
Build:3.1.5,43
commit=3.1.5
subdir=app
init=sed -i -e 's/AssetUtil.BUSYBOX_FILE.getAbsolutePath() + " " + command/command/g' -e '/extractBusybox/d' src/main/java/de/robv/android/xposed/installer/util/RootUtil.java
gradle=fdroid
prebuild=sed -i -e '/buildTypes/iproductFlavors { fdroid { minSdkVersion 21 } }' build.gradle
scandelete=app/src/main/assets
Build:3.1.2,40
disable=JAR file
commit=3.1.2
subdir=app
init=sed -i -e 's/AssetUtil.BUSYBOX_FILE.getAbsolutePath() + " " + command/command/g' -e '/extractBusybox/d' src/main/java/de/robv/android/xposed/installer/util/RootUtil.java
gradle=fdroid
prebuild=sed -i -e '/buildTypes/iproductFlavors { fdroid { minSdkVersion 21 } }' build.gradle
patch=get_rid_of_AndroidHiddenAPI_jar.patch
gradle=yes
rm=app/libs/AndroidHiddenAPI.jar
scandelete=app/src/main/assets
Maintainer Notes:
See https://github.com/rovo89/XposedInstaller/pull/368#issuecomment-270937571.
Includes AndroidHiddenAPI.jar see: https://github.com/rovo89/XposedInstaller/issues/386
Includes AndroidHiddenAPI.jar see: https://github.com/rovo89/XposedInstaller/issues/386 --> now patched out.
.
Auto Update Mode:None