mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 05:36:52 +00:00
new app: CollinsDictionary (me.konyaco.collinsdictionary)
This commit is contained in:
parent
2b259a7e8a
commit
71db057637
1 changed files with 33 additions and 0 deletions
33
metadata/me.konyaco.collinsdictionary.yml
Normal file
33
metadata/me.konyaco.collinsdictionary.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Science & Education
|
||||
- Reading
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: Konyaco
|
||||
AuthorEmail: atwzj233@gmail.com
|
||||
SourceCode: https://github.com/Konyaco/CollinsDictionary
|
||||
IssueTracker: https://github.com/Konyaco/CollinsDictionary/issues
|
||||
Changelog: https://github.com/Konyaco/CollinsDictionary/releases
|
||||
|
||||
AutoName: CollinsDictionary
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Konyaco/CollinsDictionary
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.4
|
||||
versionCode: 7
|
||||
commit: v1.4.4
|
||||
subdir: android
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.4.4
|
||||
CurrentVersionCode: 7
|
||||
Loading…
Reference in a new issue