mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Apkpurer: 1.0
This commit is contained in:
parent
86adc48743
commit
1a0e7116e1
1 changed files with 34 additions and 0 deletions
34
metadata/gh.cloneconf.apkpurer.yml
Normal file
34
metadata/gh.cloneconf.apkpurer.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
- Connectivity
|
||||
- System
|
||||
License: MIT
|
||||
AuthorName: Clone Conflict
|
||||
AuthorEmail: cloneconf@gmail.com
|
||||
SourceCode: https://github.com/cloneconf/Apkpurer
|
||||
IssueTracker: https://github.com/cloneconf/Apkpurer/issues
|
||||
|
||||
Name: Apkpurer
|
||||
AutoName: Apkpurer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/cloneconf/Apkpurer
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v1.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue