File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ apply plugin: 'kotlin-android'
27
27
apply plugin : ' kotlin-kapt'
28
28
29
29
android {
30
- compileSdkVersion 33
30
+ compileSdkVersion 35
31
31
buildToolsVersion rootProject. hasProperty(' buildToolsVersion' ) ? rootProject. buildToolsVersion : " 30.0.2"
32
32
33
33
defaultConfig {
34
34
minSdkVersion 21
35
- targetSdkVersion 33
35
+ targetSdkVersion 35
36
36
versionCode 1
37
37
versionName " 1.0"
38
38
vectorDrawables. useSupportLibrary = true
@@ -67,7 +67,7 @@ dependencies {
67
67
implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
68
68
implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
69
69
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"
73
73
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-pdftron" ,
3
3
"title" : " React Native Pdftron" ,
4
- "version" : " 3.0.4-18 " ,
4
+ "version" : " 3.0.4-19 " ,
5
5
"description" : " React Native Pdftron" ,
6
6
"main" : " ./lib/index.js" ,
7
7
"typings" : " index.ts" ,
You can’t perform that action at this time.
0 commit comments