diff --git a/metadata/com.sesu8642.infusion_timer.yml b/metadata/com.sesu8642.infusion_timer.yml index be65dd30f6..bd01bafc02 100644 --- a/metadata/com.sesu8642.infusion_timer.yml +++ b/metadata/com.sesu8642.infusion_timer.yml @@ -214,8 +214,33 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - flutter/bin/flutter build apk --flavor default + - versionName: 1.6.1 + versionCode: 114 + commit: e316a8f53fcb2c8e6bcef6d6a21f3e3dd8ef1970 + submodules: true + output: build/app/outputs/flutter-apk/app-default-release.apk + rm: + - ios + - linux + - macos + - web + - windows + - .vscode + 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 --flavor default + AutoUpdateMode: Version UpdateCheckMode: Tags ^\d+\.\d+\.\d+$ UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.6.0 -CurrentVersionCode: 113 +CurrentVersion: 1.6.1 +CurrentVersionCode: 114