From 81d3f1041f66008a2aee4b4bf3caafd1b2229c0d Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Tue, 8 Jul 2025 14:21:19 -0700 Subject: [PATCH 1/2] Update Android 11.6 --- android/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index b8f5579e..6977d8b9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -27,12 +27,12 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-kapt' android { - compileSdkVersion 33 + compileSdkVersion 35 buildToolsVersion rootProject.hasProperty('buildToolsVersion') ? rootProject.buildToolsVersion : "30.0.2" defaultConfig { minSdkVersion 21 - targetSdkVersion 33 + targetSdkVersion 35 versionCode 1 versionName "1.0" vectorDrawables.useSupportLibrary = true @@ -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:11.5.0" - implementation "com.pdftron:tools:11.5.0" - implementation "com.pdftron:collab:11.5.0" + implementation "com.pdftron:pdftron:11.6.0" + implementation "com.pdftron:tools:11.6.0" + implementation "com.pdftron:collab:11.6.0" } From ac797f431fa310f8a0d2acf0047a1bda8f2c6dc4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 21:22:26 +0000 Subject: [PATCH 2/2] Updating package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51d8e203..4cdd0fd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-18", + "version": "3.0.4-19", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts",