Skip to content

Instantly share code, notes, and snippets.

@tatocaster
Last active October 5, 2021 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatocaster/02d36296ef36c7f1707509b4c20a61f7 to your computer and use it in GitHub Desktop.
Save tatocaster/02d36296ef36c7f1707509b4c20a61f7 to your computer and use it in GitHub Desktop.
gradle dependencies. Snippet
+--- 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