mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
Updated PermissionsManager app's repo from github to gitlab
This commit is contained in:
parent
ab58cd9e79
commit
d70ef65091
2 changed files with 20 additions and 8 deletions
|
|
@ -2,14 +2,14 @@ Categories:
|
|||
- Security
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Sultanahamer
|
||||
SourceCode: https://github.com/sultanahamer/PermissionsManager
|
||||
IssueTracker: https://github.com/sultanahamer/PermissionsManager/issues
|
||||
Changelog: https://github.com/sultanahamer/PermissionsManager/blob/HEAD/CHANGELOG
|
||||
SourceCode: https://gitlab.com/sultanahamer/PermissionsManager
|
||||
IssueTracker: https://gitlab.com/sultanahamer/PermissionsManager/-/issues
|
||||
Changelog: https://gitlab.com/sultanahamer/PermissionsManager/-/blob/master/CHANGELOG
|
||||
|
||||
AutoName: PermissionsManager
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/sultanahamer/PermissionsManager
|
||||
Repo: https://gitlab.com/sultanahamer/PermissionsManager
|
||||
|
||||
Builds:
|
||||
- versionName: '3.0'
|
||||
|
|
@ -43,7 +43,19 @@ Builds:
|
|||
- yes
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
- versionName: '6.0'
|
||||
versionCode: 6
|
||||
commit: d5e8d94bbaf992649a0067982292cc93ad64aa7e
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '5.0'
|
||||
CurrentVersionCode: 5
|
||||
CurrentVersion: '6.0'
|
||||
CurrentVersionCode: 6
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ Categories:
|
|||
- Security
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://gitlab.com/sultanahamer/OpenContacts
|
||||
IssueTracker: https://gitlab.com/sultanahamer/OpenContacts/issues
|
||||
IssueTracker: https://gitlab.com/sultanahamer/OpenContacts/-/issues
|
||||
Translation: https://crowdin.com/project/opencontacts
|
||||
Changelog: https://gitlab.com/sultanahamer/OpenContacts/blob/HEAD/CHANGELOG
|
||||
Changelog: https://gitlab.com/sultanahamer/OpenContacts/-/blob/master/CHANGELOG
|
||||
|
||||
AutoName: OpenContacts
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue