Created
January 21, 2015 08:27
-
-
Save lenamuit/94b0418055448afa8595 to your computer and use it in GitHub Desktop.
Stronger dependencies is usually used in modern android project
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
dependencies { | |
compile fileTree(dir: 'libs', include: ['*.jar']) | |
compile 'com.android.support:appcompat-v7:21.0.2' | |
compile 'com.squareup.dagger:dagger:1.2.2' | |
compile 'com.squareup.dagger:dagger-compiler:1.2.2' | |
compile 'com.google.android.gms:play-services:6.1.71' | |
compile 'com.android.support:recyclerview-v7:21.0.2' | |
compile 'com.android.support:cardview-v7:21.0.2' | |
compile 'com.squareup.picasso:picasso:2.4.0' | |
compile 'com.squareup.okhttp:okhttp:2.1.0' | |
compile 'com.squareup.retrofit:retrofit:1.8.0' | |
compile 'com.squareup.okhttp:okhttp-urlconnection:2.1.0' | |
compile 'com.jakewharton:butterknife:6.0.0' | |
compile 'com.netflix.rxjava:rxjava-core:0.20.7' | |
compile 'com.netflix.rxjava:rxjava-android:0.20.7' | |
compile 'com.google.code.gson:gson:2.3.1' | |
compile 'com.jakewharton.timber:timber:2.5.0' | |
compile 'com.android.support:support-v4:21.0.2' | |
compile 'com.shamanland:fab:0.0.6' | |
compile 'com.mobsandgeeks:android-saripaar:2.0-SNAPSHOT' | |
compile 'de.hdodenhof:circleimageview:1.2.1' | |
compile 'com.squareup:otto:1.3.5' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment