From 2c82ddda9f4b5379cd713fc8d2f6f4d1fe322aeb Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Mon, 18 Mar 2024 16:03:52 -0700 Subject: [PATCH] [Android] Update to 10.8.0 (#683) * update ver * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- android/build.gradle | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 3b9ca21f..8d68b7cb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' - implementation "com.pdftron:pdftron:10.7.0" - implementation "com.pdftron:tools:10.7.0" - implementation "com.pdftron:collab:10.7.0" + implementation "com.pdftron:pdftron:10.8.0" + implementation "com.pdftron:tools:10.8.0" + implementation "com.pdftron:collab:10.8.0" } diff --git a/package.json b/package.json index 1352dc63..aaa077e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.3-37", + "version": "3.0.3-38", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts",