From 6a4c4d1a07ac434cf7b5622c2d35c7379b5e4909 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 31 Oct 2023 15:40:44 +0000 Subject: [PATCH] Update JS-Dict to 1.0.2 (3) --- metadata/io.github.petlyh.jsdict.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.petlyh.jsdict.yml b/metadata/io.github.petlyh.jsdict.yml index 6ba7d56e4c..71c7a8d651 100644 --- a/metadata/io.github.petlyh.jsdict.yml +++ b/metadata/io.github.petlyh.jsdict.yml @@ -51,8 +51,26 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - .flutter/bin/flutter build apk --release + - versionName: 1.0.2 + versionCode: 3 + commit: a4e3e3bf636dddfe4712ecfa4020d8eedb9b2004 + submodules: true + output: build/app/outputs/flutter-apk/app-release.apk + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter config --no-analytics + - .flutter/bin/flutter pub get + scanignore: + - .flutter/bin/cache + scandelete: + - .flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter build apk --release + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.0.1 -CurrentVersionCode: 2 +CurrentVersion: 1.0.2 +CurrentVersionCode: 3