We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd26ae commit d136880Copy full SHA for d136880
app/build.gradle.kts
@@ -8,12 +8,12 @@ plugins {
8
android {
9
namespace = "com.rajat.sample.pdfviewer"
10
11
- compileSdk = 35
+ compileSdk = 36
12
13
defaultConfig {
14
applicationId = "com.rajat.sample.pdfviewer"
15
minSdk = 23
16
- targetSdk = 35
+ targetSdk = 36
17
versionCode = 2
18
versionName = "1.1"
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
pdfViewer/build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
namespace = "com.rajat.pdfviewer"
0 commit comments