Last active
October 5, 2021 21:02
-
-
Save tatocaster/02d36296ef36c7f1707509b4c20a61f7 to your computer and use it in GitHub Desktop.
gradle dependencies. Snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+--- androidx.databinding:viewbinding:4.1.2 | |
| \--- androidx.annotation:annotation:1.0.0 -> 1.2.0 | |
+--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 | |
| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32 | |
| \--- org.jetbrains:annotations:13.0 | |
+--- com.squareup.leakcanary:leakcanary-android:2.7 | |
| +--- com.squareup.leakcanary:leakcanary-android-core:2.7 | |
| | +--- com.squareup.leakcanary:shark-android:2.7 | |
| | | \--- com.squareup.leakcanary:shark:2.7 | |
| | | \--- com.squareup.leakcanary:shark-graph:2.7 | |
| | | \--- com.squareup.leakcanary:shark-hprof:2.7 | |
| | | \--- com.squareup.leakcanary:shark-log:2.7 | |
| | +--- com.squareup.leakcanary:leakcanary-object-watcher-android:2.7 | |
| | | +--- com.squareup.leakcanary:leakcanary-object-watcher:2.7 | |
| | | | \--- com.squareup.leakcanary:shark-log:2.7 | |
| | | +--- com.squareup.leakcanary:leakcanary-android-utils:2.7 | |
| | | | +--- com.squareup.leakcanary:shark-log:2.7 | |
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 1.4.32 (*) | |
| | | +--- com.squareup.curtains:curtains:1.0.1 | |
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 1.4.32 (*) | |
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 1.4.32 (*) | |
| | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-androidx:2.7 | |
| | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android:2.7 (*) | |
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 1.4.32 (*) | |
| | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-support-fragments:2.7 | |
| | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android:2.7 (*) | |
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 1.4.32 (*) | |
| | +--- com.squareup.leakcanary:plumber-android:2.7 | |
| | | +--- com.squareup.leakcanary:shark-log:2.7 | |
| | | +--- com.squareup.leakcanary:leakcanary-android-utils:2.7 (*) | |
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 1.4.32 (*) | |
| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 1.4.32 (*) | |
| \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 1.4.32 (*) | |
+--- com.squareup.leakcanary:plumber-android:2.7 (*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment