mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 04:14:03 +00:00
Update RailTrip to 1.6.0 (300)
This commit is contained in:
parent
fa4e4fa969
commit
c1e2cd6062
1 changed files with 16 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ AuthorWebSite: https://nocle.fr
|
||||||
SourceCode: https://framagit.org/JonathanMM/passegares
|
SourceCode: https://framagit.org/JonathanMM/passegares
|
||||||
IssueTracker: https://framagit.org/JonathanMM/passegares/issues
|
IssueTracker: https://framagit.org/JonathanMM/passegares/issues
|
||||||
|
|
||||||
AutoName: PasseGares
|
AutoName: RailTrip
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://framagit.org/JonathanMM/passegares.git
|
Repo: https://framagit.org/JonathanMM/passegares.git
|
||||||
|
|
@ -382,7 +382,20 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- editeur
|
- editeur
|
||||||
|
|
||||||
|
- versionName: 1.6.0
|
||||||
|
versionCode: 300
|
||||||
|
commit: 81f626449a6aa75f71387fe0b286870fcd7ea747
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e 's/8.13.0/8.11.1/' ../build.gradle
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.5.10
|
CurrentVersion: 1.6.0
|
||||||
CurrentVersionCode: 260
|
CurrentVersionCode: 300
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue