aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/build.gradle
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-08 20:42:58 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-08 23:39:26 -0600
commit4f02817ef0a7f0383468805f8e9a976a85d43e3e (patch)
treefb26bd712c81c6730d92e61ccec574c002ed4ab1 /app/build.gradle
parentproject: Remove currently-unused library (diff)
downloadwireguard-android-4f02817ef0a7f0383468805f8e9a976a85d43e3e.tar.xz
wireguard-android-4f02817ef0a7f0383468805f8e9a976a85d43e3e.zip
global: Fix or suppress most lints/warnings
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 41fe05c0..94360927 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -39,7 +39,6 @@ dependencies {
implementation 'com.google.dagger:dagger:2.14.1'
implementation 'net.sourceforge.streamsupport:android-retrofuture:1.6.0'
implementation 'net.sourceforge.streamsupport:android-retrostreams:1.6.0'
- implementation fileTree(dir: 'libs', include: ['*.jar'])
}
repositories {