We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d42d4 commit 9b0db56Copy full SHA for 9b0db56
1 file changed
pdf2htmlEX/src/main/java/com/viliussutkus89/android/pdf2htmlex/pdf2htmlEX.java
@@ -91,7 +91,6 @@ public pdf2htmlEX(@NonNull Context ctx) {
91
// https://github.com/KeepSafe/ReLinker/issues/77
92
// Manually load dependencies, because ReLinker.recursively() doesn't actually load recursively
93
reLinker.loadLibrary(ctx, "c++_shared");
94
- reLinker.loadLibrary(ctx, "tmpfile");
95
reLinker.loadLibrary(ctx, "pdf2htmlEX-android");
96
97
for (Map.Entry<String, String> e : m_environment.entrySet()) {
0 commit comments