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'
2727apply plugin : ' kotlin-kapt'
2828
2929android {
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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments