From c35efe2e0a57b46d23637f288ffe79a35a657826 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Mon, 31 Oct 2022 11:04:12 +0000 Subject: [PATCH] micromath.plus - cleanup --- metadata/com.mkulesh.micromath.plus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metadata/com.mkulesh.micromath.plus.yml b/metadata/com.mkulesh.micromath.plus.yml index a91b8559a6..0375493766 100644 --- a/metadata/com.mkulesh.micromath.plus.yml +++ b/metadata/com.mkulesh.micromath.plus.yml @@ -166,12 +166,12 @@ Builds: versionCode: 322 commit: 3e45190c1d06bd8d22a6c32b7f62a16ef0503d21 subdir: app + sudo: + - sdkmanager 'build-tools;32.0.0' 'build-tools;30.0.3' + - cp /opt/android-sdk/build-tools/30.0.3/lib/dx.jar /opt/android-sdk/build-tools/32.0.0/lib/dx.jar + - cp /opt/android-sdk/build-tools/30.0.3/dx /opt/android-sdk/build-tools/32.0.0/dx gradle: - yes - prebuild: - - $$SDK$$/tools/bin/sdkmanager 'build-tools;32.0.0' 'build-tools;30.0.3' > /dev/null - - cp $$SDK$$/build-tools/30.0.3/lib/dx.jar $$SDK$$/build-tools/32.0.0/lib/dx.jar - - cp $$SDK$$/build-tools/30.0.3/dx $$SDK$$/build-tools/32.0.0/dx AutoUpdateMode: Version v%v UpdateCheckMode: Tags