Skip to content

Commit fb90ebe

Browse files
authored
explicitly link stdlib (#427)
1 parent c3b8b61 commit fb90ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ android {
4545
cmake {
4646
targets "odr-core"
4747
arguments(
48+
"-DANDROID_STL=c++_shared",
4849
"-DCMAKE_TOOLCHAIN_FILE=build/conan/android_toolchain.cmake",
4950
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
5051
)
@@ -148,7 +149,6 @@ dependencies {
148149
implementation 'com.google.android.material:material:1.12.0'
149150
implementation 'androidx.webkit:webkit:1.11.0'
150151

151-
implementation 'app.opendocument:wvware-android:1.2.11'
152152
implementation 'com.github.huzongyao:AndroidMagic:v1.1.2'
153153
implementation 'com.viliussutkus89:assetextractor-android:1.3.3'
154154

0 commit comments

Comments
 (0)