diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c6b8a12..39c9999 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,7 +12,7 @@ android { defaultConfig { applicationId = "com.rajat.sample.pdfviewer" - minSdk = 24 + minSdk = 21 targetSdk = 34 versionCode = 2 versionName = "1.1" @@ -79,6 +79,7 @@ dependencies { androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") implementation(project(":pdfViewer")) +// implementation("io.github.afreakyelf:Pdf-Viewer:2.1.1") testImplementation("androidx.test:core:1.5.0") androidTestImplementation("androidx.test:runner:1.5.2") androidTestImplementation("androidx.test:rules:1.5.0") diff --git a/pdfViewer/build.gradle.kts b/pdfViewer/build.gradle.kts index 21d8ea8..938047a 100644 --- a/pdfViewer/build.gradle.kts +++ b/pdfViewer/build.gradle.kts @@ -14,7 +14,7 @@ android { compileSdk = 34 defaultConfig { - minSdk = 24 + minSdk = 21 testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles("consumer-rules.pro") } @@ -93,7 +93,7 @@ mavenPublishing { publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL) signAllPublications() - coordinates("io.github.afreakyelf", "Pdf-Viewer", "v2.1.0") + coordinates("io.github.afreakyelf", "Pdf-Viewer", "2.1.1") pom { name.set("PDF Viewer")