diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-04-19 21:02:42 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-04-19 21:02:42 +0200 |
commit | 9ee99fc2266be570b259a1774edbc2756e2803b1 (patch) | |
tree | 2964f2e2f841eb8e06c1fdd0d17e373ede236d46 /app/build.gradle | |
parent | 771d8a9415831b5d6fe9cebf574fbf7e5eacd373 (diff) |
use a FAB to add passwords
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 078dc444..00454893 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,6 +33,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' } tasks.findAll { // make all tasks whose name starts with 'assemble'... it.name.startsWith 'assemble' |