From c929486a02937ec955b8dbd772ace90095bec619 Mon Sep 17 00:00:00 2001 From: ama-pdftron <83238520+ama-pdftron@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:18:08 -0700 Subject: [PATCH] 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> --- android/build.gradle | 6 +++--- example/android/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index bf199a10..dc3df3fb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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.12.1-beta01" - implementation "com.pdftron:tools:10.12.1-beta01" - implementation "com.pdftron:collab:10.12.1-beta01" + implementation "com.pdftron:pdftron:11.0.0" + implementation "com.pdftron:tools:11.0.0" + implementation "com.pdftron:collab:11.0.0" } diff --git a/example/android/build.gradle b/example/android/build.gradle index 190d160b..94f65ca6 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -6,8 +6,8 @@ buildscript { ext { buildToolsVersion = "31.0.0" minSdkVersion = 21 - compileSdkVersion = 33 - targetSdkVersion = 33 + compileSdkVersion = 34 + targetSdkVersion = 34 if (System.properties['os.arch'] == "aarch64") { // For M1 Users we need to use the NDK 24 which added support for aarch64 diff --git a/package.json b/package.json index 9b4577ac..7692718e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-8", + "version": "3.0.4-9", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts",