Skip to content

chore: update AGP to 9.2.1, compileSdk to 37, and core-ktx to 1.19.0#31

Merged
kinyoklion merged 3 commits into
mainfrom
devin/1781554566-update-agp-and-deps
Jun 15, 2026
Merged

chore: update AGP to 9.2.1, compileSdk to 37, and core-ktx to 1.19.0#31
kinyoklion merged 3 commits into
mainfrom
devin/1781554566-update-agp-and-deps

Conversation

@kinyoklion

@kinyoklion kinyoklion commented Jun 15, 2026

Copy link
Copy Markdown
Member

Summary

Combined dependency update that supersedes Dependabot PRs #22, #25, and #26, which could not be applied individually due to interdependencies.

AGP 9.x migration changes:

  • Android Gradle Plugin 8.7.09.2.1
  • Remove org.jetbrains.kotlin.android plugin (built into AGP 9+)
  • Remove kotlinOptions block (now inferred from compileOptions)
  • Switch to proguard-android-optimize.txt (proguard-android.txt removed in AGP 9)

Dependency updates enabled by AGP 9:

  • compileSdk 3437 (required by core-ktx 1.19.0)
  • androidx.core:core-ktx 1.10.11.19.0

Link to Devin session: https://app.devin.ai/sessions/e2ff3da9b9514c4db97772ec4d9db35c
Requested by: @kinyoklion

…37, update core-ktx to 1.19.0

- Update Android Gradle Plugin from 8.7.0 to 9.2.1 (both application and library)
- Remove org.jetbrains.kotlin.android plugin (built into AGP 9+)
- Bump compileSdk from 34 to 37 (required by core-ktx 1.19.0)
- Update androidx.core:core-ktx from 1.10.1 to 1.19.0

Supersedes Dependabot PRs #22, #25, and #26 which could not be applied individually due to interdependencies.

Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

devin-ai-integration Bot and others added 2 commits June 15, 2026 20:18
…in AGP 9)

Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
…port)

Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
@kinyoklion kinyoklion marked this pull request as ready for review June 15, 2026 20:26
@kinyoklion kinyoklion requested a review from a team as a code owner June 15, 2026 20:26
@kinyoklion kinyoklion merged commit a33b9ee into main Jun 15, 2026
4 checks passed
@kinyoklion kinyoklion deleted the devin/1781554566-update-agp-and-deps branch June 15, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants