mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update EBT New Note to 0.81.0 (8100)
This commit is contained in:
parent
5dcc75d6a1
commit
75514b95b1
1 changed files with 15 additions and 2 deletions
|
|
@ -186,11 +186,24 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- withoutKey
|
- withoutKey
|
||||||
|
|
||||||
|
- versionName: 0.81.0
|
||||||
|
versionCode: 8100
|
||||||
|
commit: d881d4c5f85d2fb84d7fe2a95e29b4954bc4003d
|
||||||
|
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
|
||||||
|
prebuild: sed -i -e '/tesseract4androidOpenmpVersion/s/4.7.0/4.8.0/' ../gradle/libs.versions.toml
|
||||||
|
|
||||||
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.80.0
|
CurrentVersion: 0.81.0
|
||||||
CurrentVersionCode: 8000
|
CurrentVersionCode: 8100
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue