mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
Ltt.rs update binary url
This commit is contained in:
parent
ae020bd1f5
commit
dae11026c7
1 changed files with 2 additions and 36 deletions
|
|
@ -10,7 +10,7 @@ AutoName: Ltt.rs
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/inputmice/lttrs-android
|
||||
Binaries: https://ltt.rs/fdroid/repo/Ltt.rs-%v-release.apk
|
||||
Binaries: https://ltt.rs/fdroid/repo/Ltt.rs-%v-fdroid-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.2
|
||||
|
|
@ -27,40 +27,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.1.4
|
||||
versionCode: 5
|
||||
disable: not reproducible
|
||||
commit: 0.1.4
|
||||
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
|
||||
|
||||
- versionName: 0.2.0
|
||||
versionCode: 6
|
||||
disable: Upstream binary not available
|
||||
commit: 513925ab0cdfa75dd0f58a3c4308e348ade78784
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
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:
|
||||
- fdroid
|
||||
|
||||
- versionName: 0.2.2
|
||||
versionCode: 8
|
||||
disable: Upstream binary not available
|
||||
|
|
@ -68,7 +34,7 @@ Builds:
|
|||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
init:
|
||||
- cd ../..
|
||||
|
|
|
|||
Loading…
Reference in a new issue