Remove constraint layout dependency

This commit is contained in:
Karim Abou Zeid 2017-09-09 13:20:02 +02:00
commit 35538c3795

View file

@ -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'
}