From 35538c3795655e8ea4b5a3d5509970ba203a5031 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sat, 9 Sep 2017 13:20:02 +0200 Subject: [PATCH] Remove constraint layout dependency --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 00cf31d6..33fb3333 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -116,7 +116,6 @@ dependencies { compile 'me.zhanghai.android.materialprogressbar:library:1.4.1' compile 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5' compile 'com.jakewharton:butterknife:8.6.0' - compile 'com.android.support.constraint:constraint-layout:+' testCompile 'junit:junit:4.12' annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0' }