From ef2e09ba6b829c5320dca5ed9d976df452fd43f6 Mon Sep 17 00:00:00 2001 From: Tal Moran Date: Thu, 22 Jun 2017 01:41:50 +0300 Subject: [PATCH] Added appcompat dependency to scanner to allow build --- android-scanner/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android-scanner/build.gradle b/android-scanner/build.gradle index 05fa429..2721505 100644 --- a/android-scanner/build.gradle +++ b/android-scanner/build.gradle @@ -20,7 +20,7 @@ android { defaultConfig { applicationId "com.meerkat.laura.fakescannerapp" minSdkVersion 11 - targetSdkVersion 23 + targetSdkVersion 25 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" @@ -41,7 +41,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) -// compile 'com.android.support:appcompat-v7:25.0.1' + compile 'com.android.support:appcompat-v7:25.0.1' // compile 'com.android.support.constraint:constraint-layout:1.0.0-beta3' //compile 'com.android.support:appcompat-v7:23.1.0'