mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Newapp: Ltt.rs
This commit is contained in:
parent
059baf1c36
commit
2fbd903b9c
1 changed files with 31 additions and 0 deletions
31
metadata/rs.ltt.android.yml
Normal file
31
metadata/rs.ltt.android.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: Apache-2.0
|
||||
AuthorName: Daniel Gultsch
|
||||
WebSite: https://ltt.rs
|
||||
SourceCode: https://github.com/inputmice/lttrs-android
|
||||
IssueTracker: https://github.com/inputmice/lttrs-android/issues
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/inputmice/lttrs-android
|
||||
Binaries: https://download.ltt.rs/Ltt.rs-%v-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.0
|
||||
versionCode: 1
|
||||
commit: 0.1.0
|
||||
subdir: app
|
||||
init:
|
||||
- cd ../..
|
||||
- mv rs.ltt.android rs.ltt.android_underlying
|
||||
- mkdir rs.ltt.android
|
||||
- disorderfs --sort-dirents=yes --reverse-dirents=no rs.ltt.android_underlying
|
||||
rs.ltt.android
|
||||
- cd rs.ltt.android
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue