From c81c7738398f8ffc9d67d4d1743254f9e1b375a4 Mon Sep 17 00:00:00 2001 From: linsui Date: Mon, 4 Mar 2024 15:40:51 +0800 Subject: [PATCH] misc fixes --- metadata/com.dot.gallery.yml | 16 ++-------------- metadata/com.guozhigq.pilipala.yml | 6 +++--- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/metadata/com.dot.gallery.yml b/metadata/com.dot.gallery.yml index f07822754a..7617d743cf 100644 --- a/metadata/com.dot.gallery.yml +++ b/metadata/com.dot.gallery.yml @@ -61,21 +61,9 @@ Builds: - yes prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml - - versionName: 2.1.0 - versionCode: 21032 - commit: e3ece8997353999af9b53863f46f0b910c66561a - subdir: app - sudo: - - apt-get update - - apt-get install -y openjdk-17-jdk-headless - - update-alternatives --auto java - gradle: - - yes - prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml - AllowedAPKSigningKeys: 784605dd5075be058278a5425cbde5213162cbb4591b4428f44e75e08cc6438a AutoUpdateMode: Version -UpdateCheckMode: Tags +UpdateCheckMode: Tags ^[\d.]+-\d+$ CurrentVersion: 2.1.0 -CurrentVersionCode: 21032 +CurrentVersionCode: 21009 diff --git a/metadata/com.guozhigq.pilipala.yml b/metadata/com.guozhigq.pilipala.yml index dff30bec93..f40f83f294 100644 --- a/metadata/com.guozhigq.pilipala.yml +++ b/metadata/com.guozhigq.pilipala.yml @@ -396,7 +396,7 @@ Builds: - web - windows prebuild: - - export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([0-9.]+)/\1/p" .github/workflows/main.yml + - export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([0-9.]+)/\1/p" .github/workflows/release_ci.yml | head -n 1) - pushd $$flutter$$ - git checkout -f $flutterVersion @@ -455,7 +455,7 @@ Builds: - web - windows prebuild: - - export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([1-9.]+)/\1/p" .github/workflows/main.yml + - export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([1-9.]+)/\1/p" .github/workflows/release_ci.yml | head -n 1) - pushd $$flutter$$ - git checkout -f $flutterVersion @@ -515,7 +515,7 @@ Builds: - web - windows prebuild: - - export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([0-9.]+)/\1/p" .github/workflows/main.yml + - export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([0-9.]+)/\1/p" .github/workflows/release_ci.yml | head -n 1) - pushd $$flutter$$ - git checkout -f $flutterVersion