Skip to content

Instantly share code, notes, and snippets.

@manishkpr
Created December 30, 2016 14:28
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 manishkpr/39f5eb65e76bb40d42c9cfe0419f5845 to your computer and use it in GitHub Desktop.
Save manishkpr/39f5eb65e76bb40d42c9cfe0419f5845 to your computer and use it in GitHub Desktop.
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-v4:23.1.0'
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:design:23.1.0'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.android.support:cardview-v7:23.1.0'
compile 'com.android.support:recyclerview-v7:23.1.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment