From 463438e6072e14c2d5c070d9d8ceb39d4edff301 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Mon, 1 Jul 2024 07:38:35 +0000 Subject: [PATCH] sanmill - keep latest --- metadata/com.calcitem.sanmill.yml | 34 ------------------------------- 1 file changed, 34 deletions(-) diff --git a/metadata/com.calcitem.sanmill.yml b/metadata/com.calcitem.sanmill.yml index d022188db6..080a9a9fd9 100644 --- a/metadata/com.calcitem.sanmill.yml +++ b/metadata/com.calcitem.sanmill.yml @@ -3110,40 +3110,6 @@ Builds: - $$flutter$$/bin/flutter build apk --flavor fdroid --release ndk: r25b - - versionName: 4.14.1 - versionCode: 4206 - commit: 33fafde71f8b91718366be0c3779807733b949f0 - subdir: src/ui/flutter_app - output: build/app/outputs/flutter-apk/app-fdroid-release.apk - srclibs: - - flutter@stable - rm: - - src/test - - src/ui/flutter_app/ios - - src/ui/flutter_app/linux - - src/ui/flutter_app/macos - - src/ui/flutter_app/windows - - src/ui/flutter_app/test - - src/ui/qt - - tests - prebuild: - - export FLUTTER_VERSION=$(sed -n -E "s/.*flutter-version:\s'(.*)'/\1/p" ../../../.github/workflows/flutter.yml - | head -n 1) - - pushd $$flutter$$ - - git checkout -f $FLUTTER_VERSION - - popd - - mv android/app/build.gradle_fdroid android/app/build.gradle - - export PUB_CACHE=$(pwd)/.pub-cache - - export PATH=$$flutter$$/bin:$PATH - - cd ../../.. - - ./flutter-init.sh - scandelete: - - src/ui/flutter_app/.pub-cache - build: - - export PUB_CACHE=$(pwd)/.pub-cache - - $$flutter$$/bin/flutter build apk --flavor fdroid --release - ndk: r25b - - versionName: 4.14.2 versionCode: 4208 commit: 31a81db57e800ec339c706563db81de78e2b8e80