Skip to content

Commit

Permalink
Add binary compatiblity checks via API dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Dec 24, 2021
1 parent 0ac4734 commit c291638
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Plugins
android-plugin = "7.0.3"
kotlin = "1.5.31"
binarycompatibilityvalidator = "0.8.0"
detekt = "1.18.1"
android-junit5 = "1.8.0.0"
testlogger = "3.1.0"
Expand Down Expand Up @@ -33,6 +34,7 @@ android-library = { id = "com.android.library", version.ref = "android-plugin" }
android-app = { id = "com.android.application", version.ref = "android-plugin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
binarycompatibilityvalidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binarycompatibilityvalidator" }
android-junit5 = { id = "de.mannodermaus.android-junit5", version.ref = "android-junit5" }
testlogger = { id = "com.adarshr.test-logger", version.ref = "testlogger" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
Expand Down
Loading

0 comments on commit c291638

Please sign in to comment.