Update MRepo to 2.4.4 (713)

This commit is contained in:
F-Droid checkupdates bot 2024-02-13 08:18:47 +00:00
parent 34874b7799
commit f631eba5d6

View file

@ -31,8 +31,22 @@ Builds:
scandelete:
- build-logic
- versionName: 2.4.4
versionCode: 713
commit: v2.4.4
subdir: app
sudo:
- apt-get update
- apt-get install openjdk-17-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.3
CurrentVersionCode: 677
CurrentVersion: 2.4.4
CurrentVersionCode: 713