diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-01 03:19:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 03:19:37 +0000 |
commit | 2b59c79a7aa95479afb70c2b5e81ae35266fccc3 (patch) | |
tree | ff0f503b393ae441fd4f70f7db3dbc5c876d2ea1 /gradle | |
parent | 1aa01ebb9aaa06311cb198d4ea0d79ab7cb38bc0 (diff) |
build(deps): bump binary-compatibility-validator from 0.6.0 to 0.8.0 (#1558)
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1a092d83..e8bedbbf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -61,7 +61,7 @@ testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences- build-agp = "com.android.tools.build:gradle:7.0.3" -build-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.6.0" +build-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.8.0" kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } |