From b27801a27c1f8eb05b466dffa949397df6778518 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sat, 4 May 2019 17:56:02 -0700 Subject: [PATCH] Remove unused dependencies --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 51e6aca64..68be34143 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,8 +54,6 @@ dependencies { implementation project(':signing') implementation 'com.github.topjohnwu:jtar:1.0.0' - implementation 'net.sourceforge.streamsupport:android-retrostreams:1.7.0' - implementation 'com.github.sevar83:indeterminate-checkbox:1.0.5' implementation 'com.jakewharton.timber:timber:4.7.1' implementation 'com.github.skoumalcz:teanity:0.3.3' implementation 'com.ncapdevi:frag-nav:3.2.0'