Skip to content

Commit 16afa4a

Browse files
[Android] Update to 10.7.0 (#680)
* Update version Update lifecycle lib to match Apryse SDK version * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 703b7ef commit 16afa4a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

android/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ dependencies {
6464

6565
implementation 'androidx.fragment:fragment:1.2.1'
6666

67-
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
68-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
67+
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
68+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
6969

70-
implementation "com.pdftron:pdftron:10.6.0"
71-
implementation "com.pdftron:tools:10.6.0"
72-
implementation "com.pdftron:collab:10.6.0"
70+
implementation "com.pdftron:pdftron:10.7.0"
71+
implementation "com.pdftron:tools:10.7.0"
72+
implementation "com.pdftron:collab:10.7.0"
7373
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-pdftron",
33
"title": "React Native Pdftron",
4-
"version": "3.0.3-34",
4+
"version": "3.0.3-35",
55
"description": "React Native Pdftron",
66
"main": "./lib/index.js",
77
"typings": "index.ts",

0 commit comments

Comments
 (0)