mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 17:59:45 +00:00
Update Ltt.rs to 0.1.2 (3)
This commit is contained in:
parent
be916a59cf
commit
2f56cdae01
1 changed files with 18 additions and 2 deletions
|
|
@ -6,6 +6,8 @@ WebSite: https://ltt.rs
|
|||
SourceCode: https://github.com/inputmice/lttrs-android
|
||||
IssueTracker: https://github.com/inputmice/lttrs-android/issues
|
||||
|
||||
AutoName: Ltt.rs
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/inputmice/lttrs-android
|
||||
Binaries: https://download.ltt.rs/Ltt.rs-%v-release.apk
|
||||
|
|
@ -25,7 +27,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.1.2
|
||||
versionCode: 3
|
||||
commit: 0.1.2
|
||||
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
|
||||
CurrentVersion: 0.1.2
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue