File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Sample application consumes under 30MB.
1616[ android-sample-app/app/build.gradle] ( android-sample-app/app/build.gradle ) contains code to load the library as a dependency in Gradle.
1717``` gradle
1818dependencies {
19- implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.7 '
19+ implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.8 '
2020}
2121```
2222
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.viliussutkus89.android.pdf2htmlex.sampleapp"
99 minSdkVersion 19
1010 targetSdkVersion 29
11- versionCode 18
12- versionName ' 0.18.7 '
11+ versionCode 19
12+ versionName ' 0.18.8 '
1313 }
1414 splits {
1515 abi {
@@ -23,7 +23,7 @@ android {
2323}
2424
2525dependencies {
26- implementation ' com.viliussutkus89:pdf2htmlex-android:0.18.7 '
26+ implementation ' com.viliussutkus89:pdf2htmlex-android:0.18.8 '
2727
2828 implementation ' com.google.android.gms:play-services-oss-licenses:17.0.0'
2929
Original file line number Diff line number Diff line change 1919 * along with this program. If not, see <https://www.gnu.org/licenses/>.
2020 */
2121
22- version = ' 0.18.8 '
22+ version = ' 0.18.9 '
2323group = ' com.viliussutkus89'
2424
2525apply plugin : ' com.android.library'
@@ -33,7 +33,7 @@ android {
3333 minSdkVersion 16
3434 targetSdkVersion 29
3535
36- versionCode 19
36+ versionCode 20
3737 versionName project. version
3838
3939 archivesBaseName = rootProject. name
You can’t perform that action at this time.
0 commit comments