diff --git a/metadata/de.circle_dev.flux_news.yml b/metadata/de.circle_dev.flux_news.yml new file mode 100644 index 0000000000..509b20c5f3 --- /dev/null +++ b/metadata/de.circle_dev.flux_news.yml @@ -0,0 +1,85 @@ +Categories: + - Internet + - Reading +License: BSD-3-Clause +AuthorName: Kevin Fechtel +WebSite: https://github.com/KevinCFechtel/FluxNews +SourceCode: https://github.com/KevinCFechtel/FluxNews/tree/main +IssueTracker: https://github.com/KevinCFechtel/FluxNews/issues + +Name: Flux News +AutoName: Flux News + +RepoType: git +Repo: https://github.com/KevinCFechtel/FluxNews.git + +Builds: + - versionName: 1.3.1 + versionCode: 2023112511 + commit: v1.3.1 + submodules: true + output: build/app/outputs/flutter-apk/app-x86_64-release.apk + rm: + - ios + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter config --no-analytics + - vendor/flutter/bin/flutter pub get + scanignore: + - vendor/flutter/bin/cache + scandelete: + - vendor/flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64" + + - versionName: 1.3.1 + versionCode: 2023112512 + commit: v1.3.1 + submodules: true + output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk + rm: + - ios + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter config --no-analytics + - vendor/flutter/bin/flutter pub get + scanignore: + - vendor/flutter/bin/cache + scandelete: + - vendor/flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm" + + - versionName: 1.3.1 + versionCode: 2023112513 + commit: v1.3.1 + submodules: true + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + rm: + - ios + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter config --no-analytics + - vendor/flutter/bin/flutter pub get + scanignore: + - vendor/flutter/bin/cache + scandelete: + - vendor/flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" + +AutoUpdateMode: Version +UpdateCheckMode: Tags +VercodeOperation: + - '%c * 10 + 1' + - '%c * 10 + 2' + - '%c * 10 + 3' +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.3.1 +CurrentVersionCode: 2023112513