diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-07-17 22:18:41 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-07-17 22:18:41 -0400 |
commit | 395309e39e591c7ae76c27027b696456efd5b21a (patch) | |
tree | 09bfbcc587bf32f78f3629a6113f41d728e49977 /app/build.gradle | |
parent | 61ae170f6cef761407216dcf545ebb80410ca023 (diff) |
Use android support library (for fab)
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 7d2bd5fd..8a3903d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ dependencies { compile 'com.jcraft:jsch:0.1.52' compile 'org.apache.commons:commons-io:1.3.2' compile 'com.jayway.android.robotium:robotium-solo:5.3.1' - compile 'com.melnykov:floatingactionbutton:1.2.0' + compile 'com.android.support:design:22.2.0' compile 'net.rdrei.android.dirchooser:library:2.1@aar' compile group: 'com.google.guava', name: 'guava', version: '18.0' } |