Skip to content

Commit

Permalink
Reverted minSDK to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
afreakyelf committed Apr 1, 2024
1 parent a51f98b commit 48005c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {

defaultConfig {
applicationId = "com.rajat.sample.pdfviewer"
minSdk = 24
minSdk = 21
targetSdk = 34
versionCode = 2
versionName = "1.1"
Expand Down Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions pdfViewer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
compileSdk = 34

defaultConfig {
minSdk = 24
minSdk = 21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
}
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 48005c0

Please sign in to comment.