We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b8b61 commit fb90ebeCopy full SHA for fb90ebe
1 file changed
app/build.gradle
@@ -45,6 +45,7 @@ android {
45
cmake {
46
targets "odr-core"
47
arguments(
48
+ "-DANDROID_STL=c++_shared",
49
"-DCMAKE_TOOLCHAIN_FILE=build/conan/android_toolchain.cmake",
50
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
51
)
@@ -148,7 +149,6 @@ dependencies {
148
149
implementation 'com.google.android.material:material:1.12.0'
150
implementation 'androidx.webkit:webkit:1.11.0'
151
- implementation 'app.opendocument:wvware-android:1.2.11'
152
implementation 'com.github.huzongyao:AndroidMagic:v1.1.2'
153
implementation 'com.viliussutkus89:assetextractor-android:1.3.3'
154
0 commit comments