mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +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:
|
||||
- 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
|
||||
opt-in
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
UpdateCheckData: app/build.gradle|versionCode (\d+)|.|versionName "([\d.]+)"
|
||||
CurrentVersion: 0.81.0
|
||||
CurrentVersionCode: 8100
|
||||
CurrentVersion: 0.82.0
|
||||
CurrentVersionCode: 8200
|
||||
|
|
|
|||
Loading…
Reference in a new issue