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.
Fixes #4165
8.10.0-alpha05
, which supports Android 16.targetSdkVersion
andcompileSdkVersion
withtargetSdkPreview
andcompileSdkPreview
to add support for Android 16.java.util.Locale
constructor, which is deprecated in Android 16. For this, we have createdCompatV36
to utilize the methods introduced in this Android version.KTX
extension functions, as they internally utilize the same functions we were using.AnnotateVersionCheck
lint error.com.googlecode.json-simple
to version1.1.1
.com.squareup.okhttp3:okhttp
to version4.12.0
.org.jetbrains.kotlinx:kotlinx-coroutines-rx3
to version1.10.1
.androidx.test:orchestrator
to version1.5.1
.androidx.constraintlayout:constraintlayout
to version2.2.0
.