Skip to content

build(deps): bump the maven group across 1 directory with 2 updates#3163

Merged
YuKongA merged 2 commits into
mainfrom
dependabot/gradle/manager/maven-02040c50e3
Jan 20, 2026
Merged

build(deps): bump the maven group across 1 directory with 2 updates#3163
YuKongA merged 2 commits into
mainfrom
dependabot/gradle/manager/maven-02040c50e3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven group with 2 updates in the /manager directory: com.android.application and com.android.library.

Updates com.android.application from 8.13.2 to 9.0.0

Updates com.android.library from 8.13.2 to 9.0.0

Updates com.android.library from 8.13.2 to 9.0.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/manager/maven-02040c50e3 branch from 01a374e to 512d9fe Compare January 19, 2026 06:11
Bumps the maven group with 2 updates in the /manager directory: com.android.application and com.android.library.


Updates `com.android.application` from 8.13.2 to 9.0.0

Updates `com.android.library` from 8.13.2 to 9.0.0

Updates `com.android.library` from 8.13.2 to 9.0.0

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: com.android.library
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: com.android.library
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/manager/maven-02040c50e3 branch from 512d9fe to 787e3e5 Compare January 19, 2026 12:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps the Android Gradle Plugin (AGP) from version 8.13.2 to 9.0.0, which includes significant structural changes to the build configuration. The changes refactor how build settings are defined and remove several plugins and configurations that are no longer needed or are being handled differently.

Changes:

  • Updated AGP from 8.13.2 to 9.0.0 in libs.versions.toml
  • Removed agp-lib and cmaker plugins since they're no longer used
  • Refactored build configuration from centralized subprojects block to individual module settings
  • Moved native build (CMake) configuration from root-level cmaker plugin to app module's externalNativeBuild
  • Replaced applicationVariants-based APK naming with base.archivesName configuration

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
manager/gradle/libs.versions.toml Updates AGP version to 9.0.0 and removes unused agp-lib and cmaker plugin definitions
manager/build.gradle.kts Removes centralized subprojects configuration and cmaker plugin, converts variables to extra properties for cross-module sharing
manager/app/build.gradle.kts Adds explicit Android SDK configuration, migrates native build settings from cmaker to externalNativeBuild, updates APK naming mechanism

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread manager/app/build.gradle.kts
Comment thread manager/app/build.gradle.kts
Comment thread manager/app/build.gradle.kts
@YuKongA YuKongA merged commit d0351b0 into main Jan 20, 2026
22 checks passed
@YuKongA YuKongA deleted the dependabot/gradle/manager/maven-02040c50e3 branch January 20, 2026 01:51
u9521 added a commit to u9521/KernelSU that referenced this pull request Jan 20, 2026
Updates `com.android.application` from 8.13.2 to 9.0.0

Fix build
---------

Co-authored-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YuKongA <70465933+YuKongA@users.noreply.github.com>
Signed-off-by: u9521 <63995396+u9521@users.noreply.github.com>
KOWX712 pushed a commit to KOWX712/KernelSU that referenced this pull request Jan 25, 2026
Updates `com.android.application` from 8.13.2 to 9.0.0

Fix build
---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YuKongA <70465933+YuKongA@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants