From fb19a3d308815467548a524eaca0e3f2dd88d260 Mon Sep 17 00:00:00 2001 From: vito Date: Tue, 4 Jul 2023 16:08:12 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=B7=A5=E7=A8=8B=E9=80=82=E9=85=8Dapple=20s?= =?UTF-8?q?ilicon=E6=9E=B6=E6=9E=84"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d9889863478fb5c6bc5e7d9594009278773ede18. --- build.gradle | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 8709e037b7..f9c687731c 100644 --- a/build.gradle +++ b/build.gradle @@ -93,17 +93,12 @@ allprojects { testImplementation 'org.powermock:powermock-api-mockito2:1.7.4' testImplementation 'junit:junit:4.12' } - // 目前开发工程适配 mac_x64, mac_aarch64, windows_x64 + if (OperatingSystem.current().isMacOsX()) { dependencies { implementation 'com.fr.third:jxbrowser-mac:6.23' implementation "com.fr.third:jxbrowser-mac-v7:${jxBrowserVersion}" } - } else if (OperatingSystem.current().isMacOsX() && "aarch64".equals(System.getProperty("os.arch"))) { - dependencies { - implementation 'com.fr.third:jxbrowser-mac:6.23' - implementation "com.fr.third:jxbrowser-mac-arm-v7:${jxBrowserVersion}" - } } else if (OperatingSystem.current().isWindows()) { dependencies { implementation 'com.fr.third:jxbrowser-win64:6.23'