Skip to content

Commit

Permalink
Update to API 35 (some of the new libraries depend on API 35)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngray1965 committed Nov 15, 2024
1 parent 9c65154 commit 6f16e22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kotlin {

android {
namespace = "io.legere.pdfiumandroidkt"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "io.legere.pdfiumandroidkt"
Expand Down
15 changes: 1 addition & 14 deletions pdfiumandroid/arrow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin {

android {
namespace = "io.legere.pdfiumandroid.arrow"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 23
Expand Down Expand Up @@ -132,20 +132,8 @@ publishing {
uri(layout.buildDirectory.dir("target/staging-deploy"))
}
}
// repositories {
// maven {
// url = uri(getRepositoryUrl())
// credentials {
// username = getRepositoryUsername()
// password = getRepositoryPassword()
// }
// }
// }
}

// signing {
// sign(publishing.publications)
// }
jreleaser {
project {
inceptionYear = "2023"
Expand Down Expand Up @@ -184,7 +172,6 @@ jreleaser {
.toString(),
)
username = getRepositoryUsername()
println("username: ${getRepositoryUsername()}")
}
}
}
Expand Down
15 changes: 1 addition & 14 deletions pdfiumandroid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin {

android {
namespace = "io.legere.pdfiumandroid"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 23
Expand Down Expand Up @@ -155,19 +155,7 @@ publishing {
uri(layout.buildDirectory.dir("target/staging-deploy"))
}
}
// repositories {
// maven {
// url = uri(getRepositoryUrl())
// credentials {
// username = getRepositoryUsername()
// password = getRepositoryPassword()
// }
// }
// }
}
// signing {
// sign(publishing.publications)
// }

jreleaser {
project {
Expand Down Expand Up @@ -207,7 +195,6 @@ jreleaser {
.toString(),
)
username = getRepositoryUsername()
println("username: ${getRepositoryUsername()}")
}
}
}
Expand Down

0 comments on commit 6f16e22

Please sign in to comment.