From cc9e05b1f56947ca5c4f218c8772c928a1856377 Mon Sep 17 00:00:00 2001 From: linsui Date: Tue, 23 Aug 2022 10:24:20 +0800 Subject: [PATCH] misc fixes --- metadata/org.epstudios.epmobile.yml | 4 ++++ metadata/us.spotco.extirpater.yml | 4 ++++ metadata/us.spotco.malwarescanner.yml | 4 ++++ metadata/us.spotco.maps.yml | 4 ++++ metadata/us.spotco.motionlock.yml | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/metadata/org.epstudios.epmobile.yml b/metadata/org.epstudios.epmobile.yml index a201b104cf..b18f7d92ec 100644 --- a/metadata/org.epstudios.epmobile.yml +++ b/metadata/org.epstudios.epmobile.yml @@ -248,6 +248,10 @@ Builds: versionCode: 74 commit: e440fc1b7a39c3f8516d94b63da6684d2d941835 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/us.spotco.extirpater.yml b/metadata/us.spotco.extirpater.yml index f3c3bbda51..e9c8dd55c0 100644 --- a/metadata/us.spotco.extirpater.yml +++ b/metadata/us.spotco.extirpater.yml @@ -47,6 +47,10 @@ Builds: versionCode: 26 commit: 73e6e96d8bf5dd76ef0cdd4a028b5219d161910a 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/us.spotco.malwarescanner.yml b/metadata/us.spotco.malwarescanner.yml index 622e2f48f1..46a0c5b83a 100644 --- a/metadata/us.spotco.malwarescanner.yml +++ b/metadata/us.spotco.malwarescanner.yml @@ -103,6 +103,10 @@ Builds: versionCode: 86 commit: 3c0307c1fcab065e164b0449ebad724f44414cc9 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/us.spotco.maps.yml b/metadata/us.spotco.maps.yml index c4e396c248..ea4cb2d725 100644 --- a/metadata/us.spotco.maps.yml +++ b/metadata/us.spotco.maps.yml @@ -70,6 +70,10 @@ Builds: versionCode: 23 commit: 2c69a54b56c103fbefc7aaec0b48ea7463f047e8 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/us.spotco.motionlock.yml b/metadata/us.spotco.motionlock.yml index ec88845fdb..570edfb811 100644 --- a/metadata/us.spotco.motionlock.yml +++ b/metadata/us.spotco.motionlock.yml @@ -33,6 +33,10 @@ Builds: versionCode: 16 commit: 0680afe39143852d6dce2a5ca8d0e9985179709e subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - yes