commit 6358cbc35251b7b64cbc055c8d0dfc1b3cb4cff1
parent 1de13262cca4a7437d2f5b7dd4aa58c00934dbc6
Author: gstraube <gstraube@mailbox.org>
Date: Wed, 12 Jul 2017 17:40:10 +0200
Remove ConstraintLayout dependency
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/app/build.gradle b/app/build.gradle
@@ -25,7 +25,6 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
- compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
}