Skip to content

Commit

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

* Updating package version

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sgong-pdftron and github-actions[bot] authored Sep 3, 2024
1 parent 8e3624b commit 0b58921
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:10.11.0"
implementation "com.pdftron:tools:10.11.0"
implementation "com.pdftron:collab:10.11.0"
implementation "com.pdftron:pdftron:10.12.0"
implementation "com.pdftron:tools:10.12.0"
implementation "com.pdftron:collab:10.12.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-5",
"version": "3.0.4-6",
"description": "React Native Pdftron",
"main": "./lib/index.js",
"typings": "index.ts",
Expand Down

0 comments on commit 0b58921

Please sign in to comment.