From 6ae2d65b9335d6a7df2b33e72988f795e68e1bea Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Wed, 6 Aug 2025 08:07:24 +0200 Subject: [PATCH] explicitly link stdlib --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1b57250dca06..c4a4d69335d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,6 +45,7 @@ android { cmake { targets "odr-core" arguments( + "-DANDROID_STL=c++_shared", "-DCMAKE_TOOLCHAIN_FILE=build/conan/android_toolchain.cmake", "-DCMAKE_BUILD_TYPE=RelWithDebInfo", ) @@ -148,7 +149,6 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.webkit:webkit:1.11.0' - implementation 'app.opendocument:wvware-android:1.2.11' implementation 'com.github.huzongyao:AndroidMagic:v1.1.2' implementation 'com.viliussutkus89:assetextractor-android:1.3.3'