From a1a9a9e0e473319e4884f660f0e8f2e657a196d8 Mon Sep 17 00:00:00 2001 From: tabidachinokaze Date: Mon, 24 Nov 2025 23:58:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=B4=E6=97=B6=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E5=9B=A0=20lineLoops3d)=20=E8=BF=99=E4=B8=AA=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E5=90=8D=E5=AD=98=E5=9C=A8=E9=9D=9E=E6=B3=95=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 642ae2c5..0dcae33c 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -51,7 +51,9 @@ dependencies { implementation(libs.androidx.constraintlayout) implementation(libs.mapbox.maps) implementation(project(":math")) - implementation(project(":orx-triangulation")) + implementation(project(":orx-triangulation")) { + exclude(group = "org.openrndr", module = "openrndr-draw") + } implementation(libs.androidx.lifecycle.runtime.ktx) implementation(project(":icegps-common")) implementation(project(":icegps-shared"))