mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Permission Manager X
This commit is contained in:
parent
dd840d9b62
commit
a223bb7fbc
1 changed files with 35 additions and 0 deletions
35
metadata/com.mirfatif.permissionmanagerx.yml
Normal file
35
metadata/com.mirfatif.permissionmanagerx.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: AGPL-3.0-or-later
|
||||||
|
AuthorName: Irfan Latif
|
||||||
|
SourceCode: https://github.com/mirfatif/PermissionManagerX
|
||||||
|
IssueTracker: https://github.com/mirfatif/PermissionManagerX/issues
|
||||||
|
Changelog: https://github.com/mirfatif/PermissionManagerX/releases
|
||||||
|
|
||||||
|
AutoName: Permission Manager X
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/mirfatif/PermissionManagerX
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: v1.05
|
||||||
|
versionCode: 105
|
||||||
|
commit: v1.05
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/priv_daemon-release/priv_daemon-release-unsigned/' build.gradle
|
||||||
|
- sed -i -e 's/pref_settings_check_for_updates_default">true/pref_settings_check_for_updates_default">false/'
|
||||||
|
src/main/res/values/preference_keys.xml
|
||||||
|
ndk: r21d
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: v1.05
|
||||||
|
CurrentVersionCode: 105
|
||||||
Loading…
Reference in a new issue