Skip to content

Commit d136880

Browse files
committed
Update to API 36 (Android 16)
1 parent 6cd26ae commit d136880

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ plugins {
88
android {
99
namespace = "com.rajat.sample.pdfviewer"
1010

11-
compileSdk = 35
11+
compileSdk = 36
1212

1313
defaultConfig {
1414
applicationId = "com.rajat.sample.pdfviewer"
1515
minSdk = 23
16-
targetSdk = 35
16+
targetSdk = 36
1717
versionCode = 2
1818
versionName = "1.1"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

pdfViewer/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
android {
1414
namespace = "com.rajat.pdfviewer"
15-
compileSdk = 35
15+
compileSdk = 36
1616

1717
defaultConfig {
1818
minSdk = 23

0 commit comments

Comments
 (0)