mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
Update Json List to 1.8 (51)
This commit is contained in:
parent
ddabd57bf2
commit
19b6e24301
1 changed files with 14 additions and 2 deletions
|
|
@ -47,9 +47,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.8'
|
||||
versionCode: 51
|
||||
commit: cc25c69182017ba5214b1d9ff1840e430c72bb8e
|
||||
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
|
||||
|
||||
AllowedAPKSigningKeys: ed06ad40b2d338ca8e47420a4b529e6d38569a14a3215f1d47f9575b3470e335
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.7'
|
||||
CurrentVersionCode: 40
|
||||
CurrentVersion: '1.8'
|
||||
CurrentVersionCode: 51
|
||||
|
|
|
|||
Loading…
Reference in a new issue