From 31d9ad33960dcfcb4cf6dad4562b10dade097ab8 Mon Sep 17 00:00:00 2001 From: Marvin Date: Sat, 13 Apr 2024 09:32:47 +0000 Subject: [PATCH] Update EBT New Note to v0.76.0 --- metadata/com.marv42.ebt.newnote.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/metadata/com.marv42.ebt.newnote.yml b/metadata/com.marv42.ebt.newnote.yml index 6bb8190221..c91d6d61a0 100644 --- a/metadata/com.marv42.ebt.newnote.yml +++ b/metadata/com.marv42.ebt.newnote.yml @@ -153,10 +153,18 @@ Builds: gradle: - withoutKey + - versionName: 0.77.0 + versionCode: 7700 + commit: bdaf9ef4c2c4da7e8f90c982f1993da9bb916dc4 + subdir: app + gradle: + - withoutKey + MaintainerNotes: ACRA is configured with the email sender only and hence strictly opt-in AutoUpdateMode: Version -UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? -CurrentVersion: 0.75.0 -CurrentVersionCode: 7500 +UpdateCheckMode: Tags ^v[\d.]+$ +UpdateCheckData: app/build.gradle|versionCode (\d+)|.|versionName "([\d.]+)" +CurrentVersion: 0.77.0 +CurrentVersionCode: 7700