Skip to content

Commit

Permalink
Update README.md and application to match versions with to be release…
Browse files Browse the repository at this point in the history
…d library version (0.18.18)
  • Loading branch information
ViliusSutkus89 authored and github-actions[bot] committed May 12, 2022
1 parent 28cd68b commit 1cd0755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Sample application consumes under 30MB.
[application/app/build.gradle](application/app/build.gradle) contains code to load the library as a dependency in Gradle.
```gradle
dependencies {
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.17'
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.18'
}
```

Expand Down
6 changes: 3 additions & 3 deletions application/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.viliussutkus89.android.pdf2htmlex.application"
minSdkVersion 16
targetSdkVersion 32
versionCode 326
versionName '0.18.17.6'
versionCode 425
versionName '0.18.18.6'
}
splits {
abi {
Expand Down Expand Up @@ -42,7 +42,7 @@ android {
}

dependencies {
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.17'
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.18'

implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.activity:activity:1.4.0'
Expand Down

0 comments on commit 1cd0755

Please sign in to comment.