diff --git a/metadata/org.brightdv.boxbox.yml b/metadata/org.brightdv.boxbox.yml index 32d26c0556..b76d3bd460 100644 --- a/metadata/org.brightdv.boxbox.yml +++ b/metadata/org.brightdv.boxbox.yml @@ -376,8 +376,26 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - .flutter/bin/flutter build apk + - versionName: 0.8.0 + versionCode: 34 + commit: e1b571908d8b7c96749a2e905f885a279fbcca98 + submodules: true + output: build/app/outputs/apk/release/app-release-unsigned.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 + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 0.7.4 -CurrentVersionCode: 33 +CurrentVersion: 0.8.0 +CurrentVersionCode: 34