mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
ltt.rs - update recipe, urls
This commit is contained in:
parent
4310823b09
commit
327887f06c
1 changed files with 24 additions and 6 deletions
|
|
@ -3,14 +3,14 @@ Categories:
|
|||
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
|
||||
SourceCode: https://codeberg.org/iNPUTmice/lttrs-android
|
||||
IssueTracker: https://codeberg.org/iNPUTmice/lttrs-android/issues
|
||||
|
||||
AutoName: Ltt.rs
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/inputmice/lttrs-android
|
||||
Binaries: https://ltt.rs/fdroid/repo/Ltt.rs-%v-fdroid-release.apk
|
||||
Repo: https://codeberg.org/iNPUTmice/lttrs-android
|
||||
Binaries: https://ltt.rs/fdroid/repo/Ltt.rs-%v-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.2
|
||||
|
|
@ -26,6 +26,7 @@ Builds:
|
|||
- cd rs.ltt.android
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://ltt.rs/fdroid/repo/Ltt.rs-%v-fdroid-release.apk
|
||||
|
||||
- versionName: 0.2.3
|
||||
versionCode: 9
|
||||
|
|
@ -44,6 +45,7 @@ Builds:
|
|||
- cd rs.ltt.android
|
||||
gradle:
|
||||
- fdroid
|
||||
binary: https://ltt.rs/fdroid/repo/Ltt.rs-%v-fdroid-release.apk
|
||||
|
||||
- versionName: 0.2.4
|
||||
versionCode: 10
|
||||
|
|
@ -62,6 +64,7 @@ Builds:
|
|||
- cd rs.ltt.android
|
||||
gradle:
|
||||
- fdroid
|
||||
binary: https://ltt.rs/fdroid/repo/Ltt.rs-%v-fdroid-release.apk
|
||||
|
||||
- versionName: 0.3.0
|
||||
versionCode: 11
|
||||
|
|
@ -80,6 +83,7 @@ Builds:
|
|||
- cd rs.ltt.android
|
||||
gradle:
|
||||
- fdroid
|
||||
binary: https://ltt.rs/fdroid/repo/Ltt.rs-%v-fdroid-release.apk
|
||||
|
||||
- versionName: 0.3.1
|
||||
versionCode: 12
|
||||
|
|
@ -98,6 +102,7 @@ Builds:
|
|||
- cd rs.ltt.android
|
||||
gradle:
|
||||
- fdroid
|
||||
binary: https://ltt.rs/fdroid/repo/Ltt.rs-%v-fdroid-release.apk
|
||||
|
||||
- versionName: 0.3.2
|
||||
versionCode: 13
|
||||
|
|
@ -116,6 +121,7 @@ Builds:
|
|||
- cd rs.ltt.android
|
||||
gradle:
|
||||
- fdroid
|
||||
binary: https://ltt.rs/fdroid/repo/Ltt.rs-%v-fdroid-release.apk
|
||||
|
||||
- versionName: 0.3.3
|
||||
versionCode: 14
|
||||
|
|
@ -134,10 +140,22 @@ Builds:
|
|||
- cd rs.ltt.android
|
||||
gradle:
|
||||
- fdroid
|
||||
binary: https://ltt.rs/fdroid/repo/Ltt.rs-%v-fdroid-release.apk
|
||||
|
||||
- versionName: 0.4.0
|
||||
versionCode: 15
|
||||
commit: dab27368ac7b77d1c09881d63f576d7715badf17
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 9c2e57c85c279e5e1a427f6e87927fc1e2278f62d61d7fcefde9346e568ccf86
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.3.3
|
||||
CurrentVersionCode: 14
|
||||
CurrentVersion: 0.4.0
|
||||
CurrentVersionCode: 15
|
||||
|
|
|
|||
Loading…
Reference in a new issue