Skip to content

Instantly share code, notes, and snippets.

@pacificregmi
Created February 27, 2016 02:03
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 pacificregmi/5a11e46b41d14d14dce0 to your computer and use it in GitHub Desktop.
Save pacificregmi/5a11e46b41d14d14dce0 to your computer and use it in GitHub Desktop.
Material Design Floating Action Menu For Android - build.gradle
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:design:23.1.0'
compile 'com.github.clans:fab:1.6.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment