mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Update ShoppingList to v1.19.0 (21)
This commit is contained in:
parent
9641c5d022
commit
5a59f23d44
1 changed files with 15 additions and 2 deletions
|
|
@ -114,7 +114,20 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: v1.19.0
|
||||
versionCode: 21
|
||||
commit: c630edd0f6faa48fc55d4e9e08c19c4167e4c5ef
|
||||
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 '/android/s/8.12.2/8.11.1/' ../gradle/libs.versions.toml
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v1.18.0
|
||||
CurrentVersionCode: 20
|
||||
CurrentVersion: v1.19.0
|
||||
CurrentVersionCode: 21
|
||||
|
|
|
|||
Loading…
Reference in a new issue