Skip to content

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
@Dexbuddy
Copy link

Why isn't this merged yet?

@fire-light42
Copy link
Collaborator

Why isn't this merged yet?

There is a lot of changes, and no one else have looked at it. I do not have the extensive knowledge about the build system to merge this in good faith.

@diogob003
Copy link
Contributor Author

@fire-light42 I can try to split it even further. I'll create a new pr that only modifies libs.versions.toml, and let this pull request for changes on the build scripts and Gradle Wrapper.
I did not make any major changes to the build scripts, as most of it was autogenerated when I upgraded the Gradle wrapper version.

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.

4 participants