Skip to content

Commit c929486

Browse files
Update Android to 11.0.0 (#696)
* Update Android to 11.0.0 * Updating package version * Update correct gradle --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5fe7d55 commit c929486

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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:10.12.1-beta01"
71-
implementation "com.pdftron:tools:10.12.1-beta01"
72-
implementation "com.pdftron:collab:10.12.1-beta01"
70+
implementation "com.pdftron:pdftron:11.0.0"
71+
implementation "com.pdftron:tools:11.0.0"
72+
implementation "com.pdftron:collab:11.0.0"
7373
}

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
ext {
77
buildToolsVersion = "31.0.0"
88
minSdkVersion = 21
9-
compileSdkVersion = 33
10-
targetSdkVersion = 33
9+
compileSdkVersion = 34
10+
targetSdkVersion = 34
1111

1212
if (System.properties['os.arch'] == "aarch64") {
1313
// For M1 Users we need to use the NDK 24 which added support for aarch64

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

0 commit comments

Comments
 (0)