diff --git a/metadata/io.github.petlyh.jsdict.yml b/metadata/io.github.petlyh.jsdict.yml index 8288e6f2fa..89e259c400 100644 --- a/metadata/io.github.petlyh.jsdict.yml +++ b/metadata/io.github.petlyh.jsdict.yml @@ -123,8 +123,26 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - .flutter/bin/flutter build apk --release + - versionName: 1.2.0 + versionCode: 7 + commit: f34dcef6e3d8a3689251bce40653498b076101b9 + 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.1.1 -CurrentVersionCode: 6 +CurrentVersion: 1.2.0 +CurrentVersionCode: 7