Skip to content

Commit bd27fc7

Browse files
Update Android to 11.13 (#723)
* Update ANdroid to 11.13 * Update versioning workflow * Update versioning workflow to latest * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3503017 commit bd27fc7

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/jsBuilder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27-
npm i @types/react-native@0.68.1 --save-dev
28-
npm i react-native@0.68.2
27+
npm i react-native@latest
2928
3029
- name: Build JavaScript files
3130
run: | # Change line to your build script command.

android/build.gradle

Lines changed: 3 additions & 3 deletions
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.12.0"
71-
implementation "com.pdftron:tools:11.12.0"
72-
implementation "com.pdftron:collab:11.12.0"
70+
implementation "com.pdftron:pdftron:11.13.0"
71+
implementation "com.pdftron:tools:11.13.0"
72+
implementation "com.pdftron:collab:11.13.0"
7373
}

package.json

Lines changed: 1 addition & 1 deletion
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-29",
4+
"version": "3.0.4-30",
55
"description": "React Native Pdftron",
66
"main": "./lib/index.js",
77
"typings": "index.ts",

0 commit comments

Comments
 (0)