Update MRepo to 2.4.9 (825)

This commit is contained in:
F-Droid checkupdates bot 2024-05-24 08:20:18 +00:00
parent f81ed2f81a
commit 5b0b511409

View file

@ -90,8 +90,23 @@ Builds:
scandelete:
- build-logic
- versionName: 2.4.9
versionCode: 825
commit: v2.4.9
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.8
CurrentVersionCode: 794
CurrentVersion: 2.4.9
CurrentVersionCode: 825