mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
new app: Notification Dictionary (com.xtreak.notificationdictionary)
This commit is contained in:
parent
89ff3f5336
commit
4968cbd6c1
1 changed files with 31 additions and 0 deletions
31
metadata/com.xtreak.notificationdictionary.yml
Normal file
31
metadata/com.xtreak.notificationdictionary.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
Categories:
|
||||||
|
- Reading
|
||||||
|
- Science & Education
|
||||||
|
License: MIT
|
||||||
|
AuthorName: Karthikeyan Singaravelan
|
||||||
|
AuthorEmail: tir.karthi@gmail.com
|
||||||
|
AuthorWebSite: https://tirkarthi.github.io
|
||||||
|
SourceCode: https://github.com/tirkarthi/NotificationDictionary
|
||||||
|
IssueTracker: https://github.com/tirkarthi/NotificationDictionary/issues
|
||||||
|
|
||||||
|
AutoName: Notification Dictionary
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/tirkarthi/NotificationDictionary
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.0.16
|
||||||
|
versionCode: 16
|
||||||
|
commit: v0.0.16
|
||||||
|
subdir: app
|
||||||
|
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: 0.0.16
|
||||||
|
CurrentVersionCode: 16
|
||||||
Loading…
Reference in a new issue