From 732e755358c347abc1cd118739a90aeca825994f Mon Sep 17 00:00:00 2001 From: linsui Date: Fri, 8 Oct 2021 21:56:21 +0800 Subject: [PATCH] misc fixes --- metadata/ch.logixisland.anuto.yml | 4 ++++ metadata/com.foxdebug.acode.yml | 1 + metadata/com.simplemobiletools.musicplayer.yml | 4 ++++ metadata/de.markusfisch.android.binaryeye.yml | 3 ++- metadata/net.sourceforge.opencamera.yml | 4 ++++ 5 files changed, 15 insertions(+), 1 deletion(-) diff --git a/metadata/ch.logixisland.anuto.yml b/metadata/ch.logixisland.anuto.yml index 6b11d853f5..45567072a1 100644 --- a/metadata/ch.logixisland.anuto.yml +++ b/metadata/ch.logixisland.anuto.yml @@ -160,6 +160,10 @@ Builds: versionCode: 26 commit: 301c97670b6f5747eb611f489a653cec7e81f243 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/com.foxdebug.acode.yml b/metadata/com.foxdebug.acode.yml index 4e6c316a88..ff099419fa 100644 --- a/metadata/com.foxdebug.acode.yml +++ b/metadata/com.foxdebug.acode.yml @@ -169,6 +169,7 @@ Builds: - cordova platform add android - sed -i -e '/signingConfig signingConfigs.release/d' -e '/gms/d' -e '/core-google-shortcuts/d' platforms/android/app/build.gradle + - sed -i -e 's/acodefree/acode/' utils/config.js scandelete: - src/plugins - platforms/android diff --git a/metadata/com.simplemobiletools.musicplayer.yml b/metadata/com.simplemobiletools.musicplayer.yml index 0062fd6051..57030b4a11 100644 --- a/metadata/com.simplemobiletools.musicplayer.yml +++ b/metadata/com.simplemobiletools.musicplayer.yml @@ -587,6 +587,10 @@ Builds: versionCode: 89 commit: 95a73e3482bc7962b361341635188de6c5eb6eb4 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 '/keystore.*{/,/}/d; /keystore/d' build.gradle diff --git a/metadata/de.markusfisch.android.binaryeye.yml b/metadata/de.markusfisch.android.binaryeye.yml index 249a286ebc..b4c1bbe899 100644 --- a/metadata/de.markusfisch.android.binaryeye.yml +++ b/metadata/de.markusfisch.android.binaryeye.yml @@ -508,7 +508,8 @@ Builds: subdir: app sudo: - apt-get update || apt-get update - - apt-get install -y --no-install-recommends libc++1-7 + - apt-get install -y --no-install-recommends libc++1-7 openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - yes diff --git a/metadata/net.sourceforge.opencamera.yml b/metadata/net.sourceforge.opencamera.yml index b2c7d7e735..0cb26a1cdc 100644 --- a/metadata/net.sourceforge.opencamera.yml +++ b/metadata/net.sourceforge.opencamera.yml @@ -314,6 +314,10 @@ Builds: versionCode: 82 commit: 62fb7a274d8dd072a1db00bde55bbacde91d036b subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - yes