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'