Skip to content

Commit 4cc1344

Browse files
Update to v11.6.0 for Android (#709)
* Update Android 11.6 * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 518856a commit 4cc1344

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

android/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ apply plugin: 'kotlin-android'
2727
apply plugin: 'kotlin-kapt'
2828

2929
android {
30-
compileSdkVersion 33
30+
compileSdkVersion 35
3131
buildToolsVersion rootProject.hasProperty('buildToolsVersion') ? rootProject.buildToolsVersion : "30.0.2"
3232

3333
defaultConfig {
3434
minSdkVersion 21
35-
targetSdkVersion 33
35+
targetSdkVersion 35
3636
versionCode 1
3737
versionName "1.0"
3838
vectorDrawables.useSupportLibrary = true
@@ -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.5.0"
71-
implementation "com.pdftron:tools:11.5.0"
72-
implementation "com.pdftron:collab:11.5.0"
70+
implementation "com.pdftron:pdftron:11.6.0"
71+
implementation "com.pdftron:tools:11.6.0"
72+
implementation "com.pdftron:collab:11.6.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-18",
4+
"version": "3.0.4-19",
55
"description": "React Native Pdftron",
66
"main": "./lib/index.js",
77
"typings": "index.ts",

0 commit comments

Comments
 (0)