Last active
September 26, 2015 10:49
-
-
Save Marchuck/ccdc3a36aca9733b1813 to your computer and use it in GitHub Desktop.
gradle essentials
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
compile 'com.android.support:appcompat-v7:22.2.1' | |
compile 'com.android.support:recyclerview-v7:22.2.1' | |
compile 'com.android.support:support-annotations:23.0.1' | |
compile 'com.squareup.retrofit:retrofit:1.9.0' | |
compile 'io.reactivex:rxandroid:0.25.0' | |
compile 'io.reactivex:rxjava:1.0.10' | |
compile 'io.reactivex:rxjava-math:0.21.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment