Clean up {terminal,view}/build.gradle

This commit is contained in:
Fredrik Fornwall
2017-04-02 06:58:59 +02:00
parent 009de5a3ee
commit 548b0916b6
2 changed files with 0 additions and 12 deletions

View File

@@ -27,10 +27,5 @@ android {
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
testCompile 'junit:junit:4.12'
}