Skip to content

Commit 81d3f10

Browse files
committed
Update Android 11.6
1 parent 518856a commit 81d3f10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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
}

0 commit comments

Comments
 (0)