diff --git a/metadata/com.anandnet.harmonymusic.yml b/metadata/com.anandnet.harmonymusic.yml index 4bdacccef9..3b3b28b367 100644 --- a/metadata/com.anandnet.harmonymusic.yml +++ b/metadata/com.anandnet.harmonymusic.yml @@ -101,8 +101,36 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - .flutter/bin/flutter build apk --release + - versionName: 1.7.0 + versionCode: 11 + commit: 299819632596b3b52bcc43f853c053c9a6d30690 + submodules: true + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + output: build/app/outputs/flutter-apk/app-release.apk + rm: + - ios + - linux + - macos + - web + - windows + 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.6.0 -CurrentVersionCode: 10 +CurrentVersion: 1.7.0 +CurrentVersionCode: 11