46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
|
Categories:
|
||
|
- System
|
||
|
License: GPL-3.0-only
|
||
|
WebSite: https://xposed.info
|
||
|
SourceCode: https://github.com/rovo89/XposedInstaller
|
||
|
IssueTracker: https://github.com/rovo89/XposedInstaller/issues
|
||
|
Donate: http://repo.xposed.info/donate
|
||
|
Bitcoin: 1uAEzZrfJt96UHYQheUUC8gSp2TJdwdw3
|
||
|
|
||
|
AutoName: Xposed Installer
|
||
|
Description: |-
|
||
|
Official installer for the Xposed framework. Busybox binaries are removed from
|
||
|
the build - you need busybox available on your device. You can install the
|
||
|
latest busybox from [[ru.meefik.busybox]]
|
||
|
|
||
|
Requires root: Xposed requires root.
|
||
|
|
||
|
RequiresRoot: 'yes'
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/rovo89/XposedInstaller
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 3.1.5
|
||
|
versionCode: 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
|
||
|
patch:
|
||
|
- get_rid_of_AndroidHiddenAPI_jar.patch
|
||
|
gradle:
|
||
|
- yes
|
||
|
rm:
|
||
|
- app/libs/AndroidHiddenAPI.jar
|
||
|
scandelete:
|
||
|
- app/src/main/assets
|
||
|
|
||
|
MaintainerNotes: 'Includes AndroidHiddenAPI.jar see: https://github.com/rovo89/XposedInstaller/issues/386
|
||
|
--> now patched out.'
|
||
|
|
||
|
AutoUpdateMode: Version %v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 3.1.5
|
||
|
CurrentVersionCode: 43
|