Skip to content

Commit c6f916d

Browse files
ViliusSutkus89actions-user
authored andcommitted
Update README.md and sample app to match versions with to be released library version (0.18.13)
1 parent c79c302 commit c6f916d

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
@@ -20,7 +20,7 @@ Sample application consumes under 30MB.
2020
[android-sample-app/app/build.gradle](android-sample-app/app/build.gradle) contains code to load the library as a dependency in Gradle.
2121
```gradle
2222
dependencies {
23-
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.12'
23+
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.13'
2424
}
2525
```
2626

android-sample-app/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.viliussutkus89.android.pdf2htmlex.sampleapp"
99
minSdkVersion 19
1010
targetSdkVersion 29
11-
versionCode 23
12-
versionName '0.18.12'
11+
versionCode 24
12+
versionName '0.18.13'
1313
}
1414
splits {
1515
abi {
@@ -25,7 +25,7 @@ android {
2525
}
2626

2727
dependencies {
28-
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.12'
28+
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.13'
2929

3030
implementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
3131

0 commit comments

Comments
 (0)