Skip to content

Commit 19c4336

Browse files
Update Android to 11.3.0 (#700)
* Update ANdroid to 11.3.0 * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 642b707 commit 19c4336

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
6868
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
6969

70-
implementation "com.pdftron:pdftron:11.2.0"
71-
implementation "com.pdftron:tools:11.2.0"
72-
implementation "com.pdftron:collab:11.2.0"
70+
implementation "com.pdftron:pdftron:11.3.0"
71+
implementation "com.pdftron:tools:11.3.0"
72+
implementation "com.pdftron:collab:11.3.0"
7373
}

package.json

+1-1
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.4-11",
4+
"version": "3.0.4-12",
55
"description": "React Native Pdftron",
66
"main": "./lib/index.js",
77
"typings": "index.ts",

0 commit comments

Comments
 (0)