mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Update EBT New Note to 0.82.0 (8200)
This commit is contained in:
parent
35afddab0b
commit
85497933bd
1 changed files with 14 additions and 2 deletions
|
|
@ -198,11 +198,23 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- withoutKey
|
- withoutKey
|
||||||
|
|
||||||
|
- versionName: 0.82.0
|
||||||
|
versionCode: 8200
|
||||||
|
commit: 96b0c95b9278eaa84475470f5eacb14ff37ff57b
|
||||||
|
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:
|
||||||
|
- withoutKey
|
||||||
|
|
||||||
MaintainerNotes: ACRA is configured with the email sender only and hence strictly
|
MaintainerNotes: ACRA is configured with the email sender only and hence strictly
|
||||||
opt-in
|
opt-in
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[\d.]+$
|
UpdateCheckMode: Tags ^v[\d.]+$
|
||||||
UpdateCheckData: app/build.gradle|versionCode (\d+)|.|versionName "([\d.]+)"
|
UpdateCheckData: app/build.gradle|versionCode (\d+)|.|versionName "([\d.]+)"
|
||||||
CurrentVersion: 0.81.0
|
CurrentVersion: 0.82.0
|
||||||
CurrentVersionCode: 8100
|
CurrentVersionCode: 8200
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue