Skip to content

Commit

Permalink
Update Android to 10.5.0 (#669)
Browse files Browse the repository at this point in the history
* Update Android to 10.5.0

* Updating package version

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ama-pdftron and github-actions[bot] authored Oct 24, 2023
1 parent 9f9b2c1 commit 8faab3a
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.4.0"
implementation "com.pdftron:tools:10.4.0"
implementation "com.pdftron:collab:10.4.0"
implementation "com.pdftron:pdftron:10.5.0"
implementation "com.pdftron:tools:10.5.0"
implementation "com.pdftron:collab:10.5.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-27",
"version": "3.0.3-28",
"description": "React Native Pdftron",
"main": "./lib/index.js",
"typings": "index.ts",
Expand Down

0 comments on commit 8faab3a

Please sign in to comment.