Skip to content

Instantly share code, notes, and snippets.

@AKiniyalocts
Created June 26, 2015 01:32
Show Gist options
  • Save AKiniyalocts/f2eee153f0a61e9ffea6 to your computer and use it in GitHub Desktop.
Save AKiniyalocts/f2eee153f0a61e9ffea6 to your computer and use it in GitHub Desktop.
Common dependencies in my build.gradle file (work in progress)
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.google.android.gms:play-services:7.3.0'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:cardview-v7:22.2.0'
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:design:22.2.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.squareup.okhttp:okhttp:2.4.0'
compile 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'com.jakewharton:butterknife:6.1.0'
compile 'com.squareup:otto:1.3.8'
compile 'io.realm:realm-android:0.81.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment