build(deps): bump the maven group across 1 directory with 2 updates#3163
Merged
Conversation
01a374e to
512d9fe
Compare
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>
512d9fe to
787e3e5
Compare
Contributor
There was a problem hiding this comment.
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.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the maven group with 2 updates in the /manager directory: com.android.application and com.android.library.
Updates
com.android.applicationfrom 8.13.2 to 9.0.0Updates
com.android.libraryfrom 8.13.2 to 9.0.0Updates
com.android.libraryfrom 8.13.2 to 9.0.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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