mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Merge branch 'PMX' into 'master'
Permission Manager X Closes rfp#1553 See merge request fdroid/fdroiddata!8584
This commit is contained in:
commit
2ddbd9cbea
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