Skip to content

deps(deps): bump com.android.application from 8.13.0 to 9.1.0#637

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.android.application-9.1.0
Open

deps(deps): bump com.android.application from 8.13.0 to 9.1.0#637
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.android.application-9.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps com.android.application from 8.13.0 to 9.1.0.

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 9, 2026

PR author is in the excluded authors list.

@serialrf433
Copy link
Copy Markdown
Contributor

Great! I am currently getting compile warning because of this not upgraded dependency. But please also upgrade com.android.library at the same time to the same newer version.

@dependabot dependabot bot force-pushed the dependabot/gradle/com.android.application-9.1.0 branch from afae2e0 to d304531 Compare March 9, 2026 23:06
@torlando-tech
Copy link
Copy Markdown
Owner

This is gonna be a larger effort than a simple bump, as made evident by failing CI

@serialrf433
Copy link
Copy Markdown
Contributor

I would also check the ci builds on my side if i can help with this.

Bumps com.android.application from 8.13.0 to 9.1.0.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.android.application-9.1.0 branch from d304531 to 2811f34 Compare March 10, 2026 03:28
@serialrf433
Copy link
Copy Markdown
Contributor

Like promised, i am working on this.
Version 9.0.1 and the shortly released 9.1.0 both require gradle 9. The 9.1.0 require gradle 9.3.1 or higher. I am currently upgrading gradle to the shortly released 9.4.0 and test different things to make this all work.

@serialrf433
Copy link
Copy Markdown
Contributor

Requirement of Gradle 9 ->
Failed to apply plugin 'org.jetbrains.kotlin.android'
The 'org.jetbrains.kotlin.android' plugin is no longer required for Kotlin support since AGP 9.0.
-> after removing failed to build
I went further the chain and after dagger.hilt was gone, sentry failed again to build because of
Extension of type 'AppExtension' does not exist.

Have to spend more time on this version bump.

@serialrf433
Copy link
Copy Markdown
Contributor

dagger/hilt needs update to 2.59.2 . This is AGP9 only. The 2.57.2 is incompatible with AGP9. More informations about that here:
google/dagger#5098 (comment)

Had to fork LXST-kt and do the changes in there too to try to get a working ci build. Work continues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants