Skip to content

Commit 427d34f

Browse files
ViliusSutkus89github-actions[bot]
authored andcommitted
Update README.md and application to match versions with to be released library version (0.18.17)
1 parent de70043 commit 427d34f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2525
dependencies {
26-
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.16'
26+
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.17'
2727
}
2828
```
2929

application/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.viliussutkus89.android.pdf2htmlex.application"
1111
minSdkVersion 16
1212
targetSdkVersion 32
13-
versionCode 226
14-
versionName '0.18.16.5'
13+
versionCode 325
14+
versionName '0.18.17.5'
1515
}
1616
splits {
1717
abi {
@@ -43,7 +43,7 @@ android {
4343
}
4444

4545
dependencies {
46-
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.16'
46+
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.17'
4747

4848
implementation 'androidx.appcompat:appcompat:1.4.0'
4949
implementation 'androidx.activity:activity:1.4.0'

0 commit comments

Comments
 (0)