mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update FMD to 0.12.0 (35)
This commit is contained in:
parent
6084c1ef27
commit
6960214741
1 changed files with 15 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ Changelog: https://gitlab.com/fmd-foss/fmd-android/-/releases
|
|||
Donate: https://ko-fi.com/H2H35JLOY
|
||||
Liberapay: Nulide
|
||||
|
||||
AutoName: FindMyDevice
|
||||
AutoName: FMD
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/fmd-foss/fmd-android.git
|
||||
|
|
@ -290,7 +290,19 @@ Builds:
|
|||
gradle:
|
||||
- prod
|
||||
|
||||
- versionName: 0.12.0
|
||||
versionCode: 35
|
||||
commit: 274ac25390ba9700a1f0f43afa0e77697dc85653
|
||||
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:
|
||||
- prod
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.11.0
|
||||
CurrentVersionCode: 34
|
||||
CurrentVersion: 0.12.0
|
||||
CurrentVersionCode: 35
|
||||
|
|
|
|||
Loading…
Reference in a new issue