From 8d1028059bd27d75153995805f066b75f4016c50 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 25 Feb 2025 04:13:59 +0000 Subject: [PATCH] Update Custom Uploader to 1.4.2 (12) --- metadata/com.nyx.custom_uploader.yml | 39 ++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/metadata/com.nyx.custom_uploader.yml b/metadata/com.nyx.custom_uploader.yml index 1fda96d740..7c9dbb6eff 100644 --- a/metadata/com.nyx.custom_uploader.yml +++ b/metadata/com.nyx.custom_uploader.yml @@ -252,10 +252,45 @@ Builds: - mv $repo/custom_uploader com.nyx.custom_uploader ndk: r26b + - versionName: 1.4.2 + versionCode: 12 + commit: 0bffe5f1dad7a4b2b53a50d5027c6ff69f6cff4b + submodules: true + sudo: + - mkdir -p /home/sawyer/AndroidStudioProjects + - chown vagrant -R /home/sawyer/AndroidStudioProjects + output: build/app/outputs/flutter-apk/app-release.apk + prebuild: + - cd .. + - export repo=/home/sawyer/AndroidStudioProjects + - mv com.nyx.custom_uploader $repo/custom_uploader + - pushd $repo/custom_uploader + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter config --no-analytics + - flutter/bin/flutter packages pub get + - popd + - mv $repo/custom_uploader com.nyx.custom_uploader + scanignore: + - flutter/bin/cache + scandelete: + - flutter + - .pub-cache + build: + - cd .. + - export repo=/home/sawyer/AndroidStudioProjects + - mv com.nyx.custom_uploader $repo/custom_uploader + - pushd $repo/custom_uploader + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter pub run build_runner build -d + - flutter/bin/flutter build apk --release + - popd + - mv $repo/custom_uploader com.nyx.custom_uploader + ndk: r26b + AllowedAPKSigningKeys: c0d4c4793aa5a005016d46b0fd8be47f213a5faad55e1532791b1158fcf6a18f AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.4.1 -CurrentVersionCode: 11 +CurrentVersion: 1.4.2 +CurrentVersionCode: 12