Skip to content

Commit 193e53e

Browse files
Use static ndkports libraries
libandroid.so issue on pre Marshmallow devices
1 parent c1ccbc7 commit 193e53e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdf2htmlEX/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
7171
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
7272

73-
implementation("com.viliussutkus89.ndk.thirdparty:pdf2htmlEX-ndk26-shared-with-shared-deps:0.18.8.rc2-beta-8")
73+
implementation("com.viliussutkus89.ndk.thirdparty:pdf2htmlEX-ndk26-static:0.18.8.rc2-beta-8")
7474
}
7575

7676
publishing {

0 commit comments

Comments
 (0)