Skip to content

Commit

Permalink
build: bump binary compatibility validator
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Jan 30, 2024
1 parent 674137f commit c9bbd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
id 'com.android.library' version gradle.ext.agpVersion
id 'org.jetbrains.kotlin.android' version '1.9.10'
id 'org.jetbrains.kotlinx.kover' version '0.7.4'
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.2'
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.14.0'
}

repositories {
Expand Down

0 comments on commit c9bbd37

Please sign in to comment.