diff --git a/metadata/com.marv42.ebt.newnote.yml b/metadata/com.marv42.ebt.newnote.yml index bc95ad552c..335a3461ed 100644 --- a/metadata/com.marv42.ebt.newnote.yml +++ b/metadata/com.marv42.ebt.newnote.yml @@ -186,11 +186,24 @@ Builds: gradle: - 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 opt-in AutoUpdateMode: Version UpdateCheckMode: Tags ^v[\d.]+$ UpdateCheckData: app/build.gradle|versionCode (\d+)|.|versionName "([\d.]+)" -CurrentVersion: 0.80.0 -CurrentVersionCode: 8000 +CurrentVersion: 0.81.0 +CurrentVersionCode: 8100