diff --git a/metadata/io.github.petlyh.jsdict.yml b/metadata/io.github.petlyh.jsdict.yml index 89e259c400..717f5fd6d9 100644 --- a/metadata/io.github.petlyh.jsdict.yml +++ b/metadata/io.github.petlyh.jsdict.yml @@ -141,8 +141,26 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - .flutter/bin/flutter build apk --release + - versionName: 1.2.1 + versionCode: 8 + commit: 9a525c59e1007966b2139e4e3a4e2690a2efe595 + 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.2.0 -CurrentVersionCode: 7 +CurrentVersion: 1.2.1 +CurrentVersionCode: 8