Skip to content

Commit 9f92431

Browse files
ViliusSutkus89actions-user
authored andcommitted
Update README.md and application to match versions with to be released library version (0.18.16)
1 parent 9c54ef7 commit 9f92431

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.15'
26+
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.16'
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 126
14-
versionName '0.18.15.4'
13+
versionCode 225
14+
versionName '0.18.16.4'
1515
}
1616
splits {
1717
abi {
@@ -43,7 +43,7 @@ android {
4343
}
4444

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

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

0 commit comments

Comments
 (0)