mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update EBT New Note to v0.80.0
This commit is contained in:
parent
b7a8890fc5
commit
724b12fa58
1 changed files with 14 additions and 2 deletions
|
|
@ -174,11 +174,23 @@ Builds:
|
|||
gradle:
|
||||
- withoutKey
|
||||
|
||||
- versionName: 0.80.0
|
||||
versionCode: 8000
|
||||
commit: 9d9047e8157b5ce2060e358d61f34e88aa7c9679
|
||||
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.79.0
|
||||
CurrentVersionCode: 7900
|
||||
CurrentVersion: 0.80.0
|
||||
CurrentVersionCode: 8000
|
||||
|
|
|
|||
Loading…
Reference in a new issue