From 2952eef78d37539fd7369a3fd97cb51e8aa55f6b Mon Sep 17 00:00:00 2001 From: linsui Date: Sun, 3 Jul 2022 00:06:25 +0800 Subject: [PATCH] misc fixes --- metadata/br.com.colman.petals.yml | 11 ++++++----- metadata/ch.admin.bag.covidcertificate.wallet.yml | 1 + metadata/com.byagowi.persiancalendar.yml | 4 ++++ metadata/com.jiaqifeng.hacki.yml | 12 ++++++------ metadata/com.tengu.sharetoclipboard.yml | 4 ++++ metadata/name.bresciani.marco.tkcompanionapp.yml | 1 + metadata/net.opendasharchive.openarchive.release.yml | 4 ++++ metadata/sushi.hardcore.droidfs.yml | 1 + 8 files changed, 27 insertions(+), 11 deletions(-) diff --git a/metadata/br.com.colman.petals.yml b/metadata/br.com.colman.petals.yml index 99ea61e02c..ab415f9015 100644 --- a/metadata/br.com.colman.petals.yml +++ b/metadata/br.com.colman.petals.yml @@ -110,9 +110,10 @@ Builds: scandelete: - app - - versionName: v2.3.2 - versionCode: 232 - commit: 849a53c2c31c68cf26722dc4b26c0d85baac7ca5 + - versionName: v2.4.1 + versionCode: 241 + disable: https://github.com/LeoColman/Petals/issues/39 + commit: 960977193eb1ad2e6c28f64d467b0cba3d02c680 subdir: app sudo: - apt-get update || apt-get update @@ -126,5 +127,5 @@ Builds: AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: v2.3.2 -CurrentVersionCode: 232 +CurrentVersion: v2.4.1 +CurrentVersionCode: 241 diff --git a/metadata/ch.admin.bag.covidcertificate.wallet.yml b/metadata/ch.admin.bag.covidcertificate.wallet.yml index 275b329719..af2a3e328c 100644 --- a/metadata/ch.admin.bag.covidcertificate.wallet.yml +++ b/metadata/ch.admin.bag.covidcertificate.wallet.yml @@ -347,6 +347,7 @@ Builds: - versionName: 4.3.0 versionCode: 4030000 + disable: not verified commit: 71f97fef225f6738b2993962913f48a9e9c2cc55 subdir: wallet sudo: diff --git a/metadata/com.byagowi.persiancalendar.yml b/metadata/com.byagowi.persiancalendar.yml index 0539bf32a2..1ea1b72cf8 100644 --- a/metadata/com.byagowi.persiancalendar.yml +++ b/metadata/com.byagowi.persiancalendar.yml @@ -513,6 +513,7 @@ Builds: - versionName: 7.5.0 versionCode: 750 + disable: firebase commit: 608c6984e6a278f96ce9b2f29b6a1ba85fd2f0fe subdir: PersianCalendar submodules: true @@ -529,6 +530,7 @@ Builds: - versionName: 7.6.0 versionCode: 760 + disable: firebase commit: 7e58478dc3f7bcc77335328c0f00d25397776f4b subdir: PersianCalendar submodules: true @@ -545,6 +547,7 @@ Builds: - versionName: 7.6.5 versionCode: 765 + disable: firebase commit: 811f0c8cc29b547004550b9549e58174497d04ed subdir: PersianCalendar submodules: true @@ -570,6 +573,7 @@ Builds: - update-alternatives --auto java gradle: - minApi17 + prebuild: sed -i -e '/firebase/d' -e '/gms/d' ../build.gradle.kts scanignore: - PersianCalendar/src/main/res/raw/worldmap.gz scandelete: diff --git a/metadata/com.jiaqifeng.hacki.yml b/metadata/com.jiaqifeng.hacki.yml index 270f74e9f4..4523a87390 100644 --- a/metadata/com.jiaqifeng.hacki.yml +++ b/metadata/com.jiaqifeng.hacki.yml @@ -394,16 +394,16 @@ Builds: - $$flutter$$/bin/flutter packages pub get - $$flutter$$/bin/flutter build apk - - versionName: 0.2.27 - versionCode: 69 - commit: c9b2d82dfc54ac43678608748f8a51f456766177 + - versionName: 0.2.28 + versionCode: 70 + commit: 19f2107d95ffed095206d031b4c50dc1e1830708 sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java output: build/app/outputs/apk/release/app-release-unsigned.apk srclibs: - - flutter@3.0.0 + - flutter@3.0.3 rm: - ios - test @@ -415,5 +415,5 @@ Builds: AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 0.2.27 -CurrentVersionCode: 69 +CurrentVersion: 0.2.28 +CurrentVersionCode: 70 \ No newline at end of file diff --git a/metadata/com.tengu.sharetoclipboard.yml b/metadata/com.tengu.sharetoclipboard.yml index 7a1a3ad164..a83c766d5e 100644 --- a/metadata/com.tengu.sharetoclipboard.yml +++ b/metadata/com.tengu.sharetoclipboard.yml @@ -223,6 +223,10 @@ Builds: versionCode: 30 commit: b19f8b7e22ca57744d151420bcdd516e68ab441c subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - yes diff --git a/metadata/name.bresciani.marco.tkcompanionapp.yml b/metadata/name.bresciani.marco.tkcompanionapp.yml index 27dc285c3a..f6779af8a1 100644 --- a/metadata/name.bresciani.marco.tkcompanionapp.yml +++ b/metadata/name.bresciani.marco.tkcompanionapp.yml @@ -723,6 +723,7 @@ Builds: - sed -i -e "/swiperefreshlayout/a implementation(project(':react-native-device-info')) { exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\ exclude group\x3a 'com.android.installreferrer'\\ }" build.gradle + - echo 'org.gradle.jvmargs=-Xmx4096m' >> ../gradle.properties scanignore: - android/build.gradle - android/app/build.gradle diff --git a/metadata/net.opendasharchive.openarchive.release.yml b/metadata/net.opendasharchive.openarchive.release.yml index 79fff4f22c..d401e34231 100644 --- a/metadata/net.opendasharchive.openarchive.release.yml +++ b/metadata/net.opendasharchive.openarchive.release.yml @@ -88,6 +88,10 @@ Builds: versionCode: 20436 commit: 948e26e6c90d88401bd4db63eb334c831bf90980 subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - yes prebuild: sed -i -e 's/getDropboxKey()$/""/' build.gradle diff --git a/metadata/sushi.hardcore.droidfs.yml b/metadata/sushi.hardcore.droidfs.yml index 6b4e2101dd..ca3c87e035 100644 --- a/metadata/sushi.hardcore.droidfs.yml +++ b/metadata/sushi.hardcore.droidfs.yml @@ -338,6 +338,7 @@ Builds: - versionName: 2.0.0-alpha1 versionCode: 28 + disable: https://github.com/hardcore-sushi/DroidFS/issues/155 commit: cf4927a90b40d99256ec3dcf9fe9c427f8edae64 subdir: app submodules: true