From c8156398f4f84625062f0120e2749767246b6597 Mon Sep 17 00:00:00 2001 From: linsui Date: Thu, 24 Feb 2022 00:43:48 +0800 Subject: [PATCH] misc fixes --- metadata/fr.odrevet.kingdomino_score_count.yml | 2 +- metadata/io.github.subhamtyagi.ocr.yml | 1 + metadata/ltd.evilcorp.atox.yml | 9 +-------- metadata/opencontacts.open.com.opencontacts.yml | 11 +++++------ metadata/org.mattvchandler.a2050.yml | 12 ++++++++---- 5 files changed, 16 insertions(+), 19 deletions(-) diff --git a/metadata/fr.odrevet.kingdomino_score_count.yml b/metadata/fr.odrevet.kingdomino_score_count.yml index 8c2142649c..36e1deb52a 100644 --- a/metadata/fr.odrevet.kingdomino_score_count.yml +++ b/metadata/fr.odrevet.kingdomino_score_count.yml @@ -32,7 +32,7 @@ Builds: commit: 86fca9193995b90cb3cd1898571a59c17aec5c2a output: build/app/outputs/apk/release/app-release-unsigned.apk srclibs: - - flutter@2.2.3 + - flutter@2.10.1 rm: - ios build: diff --git a/metadata/io.github.subhamtyagi.ocr.yml b/metadata/io.github.subhamtyagi.ocr.yml index 538a9f0418..c740b44f4b 100644 --- a/metadata/io.github.subhamtyagi.ocr.yml +++ b/metadata/io.github.subhamtyagi.ocr.yml @@ -56,6 +56,7 @@ Builds: - versionName: '3.1' versionCode: 10 + disable: https://github.com/SubhamTyagi/android-ocr/issues/49 commit: 6b11328236ceec0507f4a7d03ae89ec80d7a9c37 subdir: app gradle: diff --git a/metadata/ltd.evilcorp.atox.yml b/metadata/ltd.evilcorp.atox.yml index 20e480da6a..a179ba1e4f 100644 --- a/metadata/ltd.evilcorp.atox.yml +++ b/metadata/ltd.evilcorp.atox.yml @@ -73,19 +73,12 @@ Builds: - yes build: - cd .. - - mkdir -p ndk - - cd ndk - - curl -Lo ndk.zip https://dl.google.com/android/repository/android-ndk-r21e-linux-x86_64.zip - - echo "ad7ce5467e18d40050dc51b8e7affc3e635c85bd8c59be62de32352328ed467e ndk.zip" - | sha256sum -c - - - unzip -q ndk.zip - - cd .. - - export ANDROID_NDK_HOME=$(pwd)/ndk/android-ndk-r21e - ./scripts/build-host -j$(nproc) - ./scripts/build-aarch64-linux-android -j$(nproc) release - ./scripts/build-arm-linux-androideabi -j$(nproc) release - ./scripts/build-i686-linux-android -j$(nproc) release - ./scripts/build-x86_64-linux-android -j$(nproc) release + ndk: r21e AutoUpdateMode: Version v%v UpdateCheckMode: Tags diff --git a/metadata/opencontacts.open.com.opencontacts.yml b/metadata/opencontacts.open.com.opencontacts.yml index 17899b171c..b513e68b98 100644 --- a/metadata/opencontacts.open.com.opencontacts.yml +++ b/metadata/opencontacts.open.com.opencontacts.yml @@ -2,17 +2,12 @@ Categories: - Phone & SMS - Security License: GPL-3.0-only -SourceCode: https://gitlab.com/sultanahamer/OpenContacts/tree/HEAD +SourceCode: https://gitlab.com/sultanahamer/OpenContacts IssueTracker: https://gitlab.com/sultanahamer/OpenContacts/issues Translation: https://crowdin.com/project/opencontacts Changelog: https://gitlab.com/sultanahamer/OpenContacts/blob/HEAD/CHANGELOG AutoName: OpenContacts -Description: | - Even though we are not having any problem sharing our mobile number with all third parties, people in our phone book might have. We should not be sharing their contact information online. So, keep your contacts safe in a different database. - This app saves contacts in its own database seperate from android contacts. This way no other app would be able to access contacts. - Can be used in place of your default phone(dialer) app. It can import contacts from vCard files. So we can export Android contacts and import into this app. - Maintains call log as well coz Android call log app would not be able to show name of contact. Also shows the person's name upon recieving call RepoType: git Repo: https://gitlab.com/sultanahamer/OpenContacts.git @@ -157,6 +152,10 @@ Builds: versionCode: 24 commit: c6dc82dbd9539b86b386d874b9e70ab7b4b1655f 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/org.mattvchandler.a2050.yml b/metadata/org.mattvchandler.a2050.yml index 853655680d..3cfbeb4468 100644 --- a/metadata/org.mattvchandler.a2050.yml +++ b/metadata/org.mattvchandler.a2050.yml @@ -33,16 +33,20 @@ Builds: - libraries/json/test ndk: r19c - - versionName: 1.0.8 - versionCode: 190010008 - commit: v1.0.8 + - versionName: 1.0.9 + versionCode: 190010009 + commit: a99ce72e216e52d54b73e50ddeb84c06dd3b76ea subdir: app submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - yes rm: - libraries/json/test - ndk: r21d + ndk: r23b - versionName: 1.0.9 versionCode: 190010009