diff options
author | Samuel Holland <samuel@sholland.org> | 2018-01-08 20:43:11 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-01-08 23:39:15 -0600 |
commit | dd69a2e7780a61ab7d86ca31a92d360143aca1d5 (patch) | |
tree | 8dedc9edec497f83911db31f1ac451a8640d4311 /app/build.gradle | |
parent | 710ffc7bb3b7d9e568d2447de890438d4be9a0de (diff) |
project: Remove currently-unused library
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4266036c..41fe05c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,7 +35,6 @@ dependencies { implementation 'com.android.databinding:library:1.3.3' implementation 'com.android.support:support-annotations:27.0.2' implementation 'com.commonsware.cwac:crossport:0.2.1' - implementation 'com.gabrielittner.threetenbp:lazythreetenbp:0.2.0' implementation 'com.getbase:floatingactionbutton:1.10.1' implementation 'com.google.dagger:dagger:2.14.1' implementation 'net.sourceforge.streamsupport:android-retrofuture:1.6.0' |