Update MRepo to 2.4.10 (830)

This commit is contained in:
F-Droid checkupdates bot 2024-05-25 08:21:14 +00:00
parent c4fa5ef118
commit 070f8201f3

View file

@ -105,8 +105,23 @@ Builds:
scandelete:
- build-logic
- versionName: 2.4.10
versionCode: 830
commit: v2.4.10
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 's/ versionName = .*/versionName = "$$VERSION$$"/' build.gradle.kts
scandelete:
- build-logic
AutoUpdateMode: Version v%v
UpdateCheckMode: HTTP
UpdateCheckData: https://github.com/MRepoApp/MRepo/releases/latest/download/version_code.txt|versionCode=(\d+)|.|versionName=([\d.]+)\.
CurrentVersion: 2.4.9
CurrentVersionCode: 825
CurrentVersion: 2.4.10
CurrentVersionCode: 830