Skip to content

Commit 5e92255

Browse files
authored
Merge pull request #335 from ViliusSutkus89/pdf2htmlEX-update
Upgrade pdf2htmlEX-android to 0.18.23 and wvWare-android to 1.2.9
2 parents dda7df7 + 7327f3f commit 5e92255

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.google.firebase.crashlytics'
44

55
android {
66
compileSdkVersion 33
7-
ndkVersion "25.2.9519653"
7+
ndkVersion "26.1.10909125"
88

99
defaultConfig {
1010
applicationId "at.tomtasche.reader"
@@ -86,7 +86,11 @@ android {
8686
}
8787
packagingOptions {
8888
jniLibs {
89-
pickFirsts += ['lib/armeabi-v7a/libtmpfile.so', 'lib/arm64-v8a/libtmpfile.so', 'lib/x86/libtmpfile.so', 'lib/x86_64/libtmpfile.so', 'lib/armeabi-v7a/libc++_shared.so', 'lib/arm64-v8a/libc++_shared.so', 'lib/x86/libc++_shared.so', 'lib/x86_64/libc++_shared.so']
89+
// No need to pickFirst libc++_shared.so if all files are identical.
90+
// They will be identical if NDK major version matches.
91+
// NDK runtime problems may occur if NDK version mismatches,
92+
// so comment this out, to get a compile error instead
93+
// pickFirsts += ['**/libc++_shared.so']
9094
}
9195
}
9296
namespace 'at.tomtasche.reader'
@@ -111,8 +115,8 @@ dependencies {
111115
implementation 'com.google.android.material:material:1.9.0'
112116
implementation 'androidx.webkit:webkit:1.7.0'
113117

114-
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.19'
115-
implementation 'com.viliussutkus89:wvware-android:1.2.8'
118+
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.23'
119+
implementation 'com.viliussutkus89:wvware-android:1.2.9'
116120
implementation 'com.github.huzongyao:AndroidMagic:v1.1.2'
117121

118122
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

0 commit comments

Comments
 (0)