Update dependencies to latest stable versions#107
Open
sdeff wants to merge 2 commits intoSuddenH4X:developfrom
Open
Update dependencies to latest stable versions#107sdeff wants to merge 2 commits intoSuddenH4X:developfrom
sdeff wants to merge 2 commits intoSuddenH4X:developfrom
Conversation
- Migrate to AGP 9.0 with built-in Kotlin support
- Update Kotlin to 2.3.0
- Update Gradle wrapper to 9.1.0
- Update compileSdk/targetSdk to 36
- Update AndroidX dependencies (core-ktx 1.17.0, activity-compose 1.12.3,
compose-material3 1.4.0, appcompat 1.7.1, constraintlayout 2.2.1)
- Update Google Material to 1.13.0
- Update test dependencies (JUnit 6.0.2, MockK 1.14.9, mannodermaus 2.0.1)
- Add material-icons-core dependency (required for Material3 1.4.0+)
- Remove kotlin-android plugin (AGP 9.0 provides built-in Kotlin)
- Remove deprecated composeOptions block
- Move kotlin {} block to project level
- Update example app minSdk to 23 (required by Compose 1.10.x)
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.
Summary
AGP 9.0 Migration
composeOptionsblockkotlin {}block to project level (outsideandroid {})Compose BOM Migration
JUnit 5 → 6 Migration
JUnit 6 breaking changes verified as not affecting this project:
@CsvSource/@CsvFileSourcenot usedBreaking Changes
Test plan
./gradlew :library:assembleRelease)./gradlew :library:test)./gradlew :exampleapp:assembleDebug)