mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update MRepo to 2.4.10 (830)
This commit is contained in:
parent
c4fa5ef118
commit
070f8201f3
1 changed files with 17 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue