From c1ec8c0d24b302380663a8bd838d4f29a01dc222 Mon Sep 17 00:00:00 2001 From: Kyle Mathias Date: Wed, 28 Mar 2018 14:01:22 -0700 Subject: [PATCH] fixing compatibility (#62) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ec3af6466..167a019aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'com.android.application' - android { compileSdkVersion 26 buildToolsVersion '26.0.2' @@ -26,10 +25,11 @@ android { compile 'com.android.support.constraint:constraint-layout:1.0.2' compile 'com.android.support:support-v4:26.0.1' testCompile 'junit:junit:4.12' - androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.1' } lintOptions { abortOnError false } } +dependencies { +} \ No newline at end of file