Created
July 6, 2015 00:33
-
-
Save twocity/7c2b442c62d080ed7d39 to your computer and use it in GitHub Desktop.
the dependencies
This file contains 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
_googleplayDebugCompile - ## Internal use, do not manually configure ## | |
+--- com.android.support:multidex:1.0.1 | |
+--- project :core | |
| +--- com.android.support:support-annotations:22.1.1 | |
| +--- com.google.code.gson:gson:2.3 -> 2.3.1 | |
| +--- com.squareup.retrofit:retrofit:1.9.0 | |
| | \--- com.google.code.gson:gson:2.3.1 | |
| +--- com.squareup.okhttp:okhttp:2.4.0-RC1 | |
| | \--- com.squareup.okio:okio:1.4.0 | |
| +--- io.reactivex:rxjava:1.0.3 | |
| +--- io.reactivex:rxandroid:0.23.0 | |
| | \--- io.reactivex:rxjava:1.0.0-rc.9 -> 1.0.3 | |
| +--- com.google.dagger:dagger:2.0.1 | |
| | \--- javax.inject:javax.inject:1 | |
| +--- com.squareup:otto:1.3.5 | |
| +--- com.jakewharton:disklrucache:2.0.2 | |
| \--- com.jakewharton.timber:timber:3.1.0 | |
+--- project :core-api | |
| +--- com.google.code.gson:gson:2.3 -> 2.3.1 | |
| +--- com.squareup.retrofit:retrofit:1.9.0 (*) | |
| +--- com.squareup.okhttp:okhttp:2.4.0-RC1 (*) | |
| +--- io.reactivex:rxjava:1.0.3 | |
| \--- io.reactivex:rxandroid:0.23.0 (*) | |
+--- project :libraries:bottom_sheets | |
| \--- com.android.support:support-annotations:22.1.1 | |
+--- project :libraries:date_picker | |
| +--- com.android.support:support-annotations:22.1.1 | |
| +--- com.android.support:support-v13:22.1.1 | |
| | \--- com.android.support:support-v4:22.1.1 | |
| | \--- com.android.support:support-annotations:22.1.1 | |
| +--- com.android.support:appcompat-v7:22.1.1 | |
| | \--- com.android.support:support-v4:22.1.1 (*) | |
| +--- com.android.support:recyclerview-v7:22.1.1 | |
| | +--- com.android.support:support-annotations:22.1.1 | |
| | \--- com.android.support:support-v4:22.1.1 (*) | |
| \--- com.android.support:support-v4:22.1.1 (*) | |
+--- project :libraries:cropper | |
+--- com.android.support:support-v13:22.1.1 (*) | |
+--- com.android.support:appcompat-v7:22.1.1 (*) | |
+--- com.android.support:recyclerview-v7:22.1.1 (*) | |
+--- com.android.support:support-v4:22.1.1 (*) | |
+--- com.android.support:multidex:1.0.0 -> 1.0.1 | |
+--- com.google.android.gms:play-services-location:6.5.87 | |
| +--- com.google.android.gms:play-services-base:6.5.87 | |
| | \--- com.android.support:support-v4:21.0.0 -> 22.1.1 (*) | |
| \--- com.google.android.gms:play-services-maps:6.5.87 | |
| \--- com.google.android.gms:play-services-base:6.5.87 (*) | |
+--- com.jakewharton:butterknife:7.0.1 | |
+--- com.squareup.picasso:picasso:2.5.0 | |
+--- com.googlecode.libphonenumber:libphonenumber:7.0 | |
+--- com.github.chrisbanes.photoview:library:1.2.2 | |
+--- com.github.ksoichiro:android-observablescrollview:1.5.0 | |
| \--- com.android.support:recyclerview-v7:21.0.0 -> 22.1.1 (*) | |
+--- com.crashlytics.sdk.android:crashlytics:2.2.3 | |
| +--- com.crashlytics.sdk.android:answers:1.1.2 | |
| | \--- io.fabric.sdk.android:fabric:1.2.0 -> 1.3.0 | |
| +--- io.fabric.sdk.android:fabric:1.3.0 | |
| \--- com.crashlytics.sdk.android:beta:1.1.2 | |
| \--- io.fabric.sdk.android:fabric:1.2.0 -> 1.3.0 | |
+--- de.greenrobot:greendao:1.3.7 | |
+--- com.loopj.android:android-async-http:1.4.6 | |
+--- com.facebook.stetho:stetho-okhttp:1.1.1 | |
| +--- com.squareup.okhttp:okhttp:2.2.0 -> 2.4.0-RC1 (*) | |
| +--- com.facebook.stetho:stetho:1.1.1 | |
| | +--- commons-cli:commons-cli:1.2 | |
| | \--- com.google.code.findbugs:jsr305:2.0.1 | |
| \--- com.google.code.findbugs:jsr305:2.0.1 | |
+--- com.facebook.stetho:stetho-timber:1.1.1 | |
| +--- com.jakewharton.timber:timber:3.0.1 -> 3.1.0 | |
| \--- com.facebook.stetho:stetho:1.1.1 (*) | |
\--- javax.annotation:jsr250-api:1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment