Bump com.android.application from 8.7.2 to 9.3.2 - #18
Conversation
Bumps com.android.application from 8.7.2 to 9.3.2. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
6b91e7b to
4643d63
Compare
|
Superseded by #32. This PR bumped only the AGP version, which fails the build on its own — a major AGP jump needs a matching Gradle wrapper and toolchain. #32 carries the same Generated by Claude Code |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
* Bump com.android.application from 8.7.2 to 9.3.2 Bumps com.android.application from 8.7.2 to 9.3.2. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Make AGP 9.3.2 upgrade build: Gradle 9.5, Kotlin 2.2.10, compileSdk 36 Dependabot #18 bumped AGP to 9.3.2 but AGP 9 needs a newer toolchain: - Gradle wrapper 8.9 -> 9.5.0 (AGP 9.3 minimum) - Kotlin (KGP) 2.0.21 -> 2.2.10 (AGP 9 minimum KGP) - compileSdk/targetSdk 35 -> 36 (AGP 9 minimum/supported API) - Opt out of AGP 9 defaults builtInKotlin and newDsl to keep the external org.jetbrains.kotlin.android + kotlin-serialization plugins and classic DSL JDK stays 17 (AGP 9.3 minimum), CI unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NgN7YdfLT41kWnWqe1MPZa --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
Bumps com.android.application from 8.7.2 to 9.3.2.