Skip to content

Upgrade libraries version and gradle wrapper #1823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

diogob003
Copy link
Contributor

@diogob003 diogob003 commented Aug 12, 2025

  • Move plugins from legacy buildscript block to plugins
  • Centralize repository management in settings.gradle.kts (default for new A.S. projects)
  • Use alias() to import plugins info from version catalog libs.versions.toml
  • Upgrade gradle wrapper 8.13 -> 9.0.0
  • Upgrade plugins
    • biometric: 1.4.0-alpha03 -> 1.4.0-alpha04
    • coil: 3.1.0 -> [3.1, 3.3[
    • buildkonfigGradlePlugin: 0.15.2 -> 0.17.1
    • espressoCore: 3.6.1 -> 3.7.0
    • json: 20250107 -> 20250517
    • junitKtx, junitVersion: 1.2.1 -> 1.3.0
    • kotlinGradlePlugin: 2.1.10 -> [2.1, 2.2[
    • kotlinxCoroutinesCore: 1.10.2 -> 1.10.2
    • lifecycleLivedataKtx, lifecycleViewmodelKtx: 2.8.7 -> 2.9.2
    • media3: 1.6.1 -> 1.8.0
    • navigationKtx: 2.8.9 -> 2.9.3
    • newpipeextractor: v0.24.6 -> v0.24.8
    • qrcodeKotlin: 4.3.0 -> 4.5.0
    • tmdbJava: 2.11.0 -> 2.12.0
    • tvprovider : 1.0.0 -> 1.1.0
    • workRuntime, workRuntimeKtx: 2.10.0 -> 2.10.3

Copy link
Collaborator

@fire-light42 fire-light42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@C10udburst Can you take a closer look at this pull request, as I am not up to date with the build process.

// Universal build config
classpath(libs.buildkonfig.gradle.plugin)
// Task to list dependencies updates // https://github.com/ben-manes/gradle-versions-plugin
tasks.withType<com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this included? Android studio already includes this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't use Android Studio and I think there are other people who don't either. But I can't remove it without any problems :)

@diogob003 diogob003 force-pushed the security-libs-ver-fd branch from f37a275 to af4f626 Compare August 12, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants