diff --git a/terminal/build.gradle b/terminal/build.gradle index e76e1ee6..b53571e0 100644 --- a/terminal/build.gradle +++ b/terminal/build.gradle @@ -10,8 +10,6 @@ android { versionCode 1 versionName "1.0" - testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - externalNativeBuild { ndkBuild { cFlags "-std=c11", "-Wall", "-Wextra", "-Werror", "-Os", "-fno-stack-protector", "-Wl,--gc-sections" @@ -38,10 +36,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' } diff --git a/view/build.gradle b/view/build.gradle index f20f5823..623853eb 100644 --- a/view/build.gradle +++ b/view/build.gradle @@ -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' }