Skip to content

Commit

Permalink
Update Apryse Android SDK to version 10.6.0 (#671)
Browse files Browse the repository at this point in the history
* Update Apryse Android SDK to version 10.6.0

* Update package.json:
  • Loading branch information
brandenfung2 authored Dec 6, 2023
1 parent 8faab3a commit 62e0763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'

implementation "com.pdftron:pdftron:10.5.0"
implementation "com.pdftron:tools:10.5.0"
implementation "com.pdftron:collab:10.5.0"
implementation "com.pdftron:pdftron:10.6.0"
implementation "com.pdftron:tools:10.6.0"
implementation "com.pdftron:collab:10.6.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-pdftron",
"title": "React Native Pdftron",
"version": "3.0.3-28",
"version": "3.0.3-29",
"description": "React Native Pdftron",
"main": "./lib/index.js",
"typings": "index.ts",
Expand Down

0 comments on commit 62e0763

Please sign in to comment.