File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Sample application consumes under 30MB.
2323[ application/app/build.gradle] ( application/app/build.gradle ) contains code to load the library as a dependency in Gradle.
2424``` gradle
2525dependencies {
26- implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.17 '
26+ implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.18 '
2727}
2828```
2929
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 applicationId " com.viliussutkus89.android.pdf2htmlex.application"
1010 minSdkVersion 16
1111 targetSdkVersion 32
12- versionCode 326
13- versionName ' 0.18.17 .6'
12+ versionCode 425
13+ versionName ' 0.18.18 .6'
1414 }
1515 splits {
1616 abi {
@@ -42,7 +42,7 @@ android {
4242}
4343
4444dependencies {
45- implementation ' com.viliussutkus89:pdf2htmlex-android:0.18.17 '
45+ implementation ' com.viliussutkus89:pdf2htmlex-android:0.18.18 '
4646
4747 implementation ' androidx.appcompat:appcompat:1.4.1'
4848 implementation ' androidx.activity:activity:1.4.0'
You can’t perform that action at this time.
0 commit comments