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" } 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",