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 | |
parent | 1aa01ebb9aaa06311cb198d4ea0d79ab7cb38bc0 (diff) |
build(deps): bump binary-compatibility-validator from 0.6.0 to 0.8.0 (#1558)
-rw-r--r-- | dependency-sync/build.gradle.kts | 2 | ||||
-rw-r--r-- | gradle/libs.versions.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dependency-sync/build.gradle.kts b/dependency-sync/build.gradle.kts index 5948d506..dafb40ac 100644 --- a/dependency-sync/build.gradle.kts +++ b/dependency-sync/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { val lifecycle = "2.4.0" dependencySync("com.android.tools.build:gradle:7.0.3") - dependencySync("org.jetbrains.kotlinx:binary-compatibility-validator:0.6.0") + dependencySync("org.jetbrains.kotlinx:binary-compatibility-validator:0.8.0") dependencySync("org.jetbrains.dokka:dokka-gradle-plugin:$kotlin") dependencySync("de.undercouch:gradle-download-task:4.1.2") dependencySync("com.google.dagger:hilt-android-gradle-plugin:$hilt") 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" } |