Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update plugin binarycompatibility to v0.17.0 #2751

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion coil-core/api/android/coil-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,6 @@ public abstract interface class coil3/size/ViewSizeResolver : coil3/size/SizeRes
public fun getSubtractPadding ()Z
public abstract fun getView ()Landroid/view/View;
public fun size (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static synthetic fun size$suspendImpl (Lcoil3/size/ViewSizeResolver;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}

public final class coil3/size/ViewSizeResolverKt {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ skiko = "0.8.18"

[plugins]
baselineProfile = { id = "androidx.baselineprofile", version.ref = "androidx-benchmark" }
binaryCompatibility = "org.jetbrains.kotlinx.binary-compatibility-validator:0.16.3"
binaryCompatibility = "org.jetbrains.kotlinx.binary-compatibility-validator:0.17.0"
dokka = "org.jetbrains.dokka:1.9.20"
poko = "dev.drewhamilton.poko:0.18.1"
screenshot = "com.android.compose.screenshot:0.0.1-alpha08"
Expand Down
Loading