Skip to content

Commit

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

* Update build.gradle

* Updating package version

* Delete example/node_modules/react-native-pdftron/android/build.gradle

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ama-pdftron and github-actions[bot] authored Nov 26, 2024
1 parent c929486 commit 4667c7c
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 @@ -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:11.0.0"
implementation "com.pdftron:tools:11.0.0"
implementation "com.pdftron:collab:11.0.0"
implementation "com.pdftron:pdftron:11.1.0"
implementation "com.pdftron:tools:11.1.0"
implementation "com.pdftron:collab:11.1.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.4-9",
"version": "3.0.4-10",
"description": "React Native Pdftron",
"main": "./lib/index.js",
"typings": "index.ts",
Expand Down

0 comments on commit 4667c7c

Please sign in to comment.