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'