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.14 '
26+ implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.15 '
2727}
2828```
2929
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " com.viliussutkus89.android.pdf2htmlex.application"
1111 minSdkVersion 16
1212 targetSdkVersion 32
13- versionCode 28
14- versionName ' 0.18.14 .3'
13+ versionCode 125
14+ versionName ' 0.18.15 .3'
1515 }
1616 splits {
1717 abi {
@@ -43,7 +43,7 @@ android {
4343}
4444
4545dependencies {
46- implementation ' com.viliussutkus89:pdf2htmlex-android:0.18.14 '
46+ implementation ' com.viliussutkus89:pdf2htmlex-android:0.18.15 '
4747
4848 implementation ' androidx.appcompat:appcompat:1.4.0'
4949 implementation ' androidx.activity:activity:1.4.0'
You can’t perform that action at this time.
0 commit comments