From 427d34fe102f1a82811a28766f9f4b1fbaaceaf3 Mon Sep 17 00:00:00 2001 From: ViliusSutkus89 Date: Wed, 20 Apr 2022 15:53:06 +0000 Subject: [PATCH] Update README.md and application to match versions with to be released library version (0.18.17) --- README.md | 2 +- application/app/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef5f8446..dfbd0cda 100644 --- a/README.md +++ b/README.md @@ -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.16' + implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.17' } ``` diff --git a/application/app/build.gradle b/application/app/build.gradle index 0e7a442f..dc8e4f6e 100644 --- a/application/app/build.gradle +++ b/application/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.viliussutkus89.android.pdf2htmlex.application" minSdkVersion 16 targetSdkVersion 32 - versionCode 226 - versionName '0.18.16.5' + versionCode 325 + versionName '0.18.17.5' } splits { abi { @@ -43,7 +43,7 @@ android { } dependencies { - implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.16' + implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.17' implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'androidx.activity:activity:1.4.0'