From f0d0e9a0ae4e4b3e085f4529e792445624dd0184 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 2 Jul 2016 11:51:26 +0200 Subject: [PATCH] Android N: enable build Refs #453 --- app/app.iml | 52 ++++++++++++++++++++++++------------------------ app/build.gradle | 8 ++++---- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/app/app.iml b/app/app.iml index 4f6405a5..d01f501f 100644 --- a/app/app.iml +++ b/app/app.iml @@ -42,6 +42,12 @@ + + + + + + @@ -50,12 +56,6 @@ - - - - - - @@ -64,14 +64,6 @@ - - - - - - - - @@ -80,6 +72,14 @@ + + + + + + + + @@ -126,11 +126,11 @@ - - - - - + + + + + @@ -147,14 +147,14 @@ - + - + - - - - - + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index a04a8530..8c7a9f27 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.model.application' model { android { - compileSdkVersion = 23 + compileSdkVersion = 24 buildToolsVersion = "24" defaultConfig { applicationId = "eu.faircode.netguard" minSdkVersion.apiLevel = 14 - targetSdkVersion.apiLevel = 23 + targetSdkVersion.apiLevel = 24 versionCode = 2016062701 versionName = "2.27" archivesBaseName = "NetGuard-v$versionName-$versionCode-sdk-$targetSdkVersion.apiLevel" @@ -75,7 +75,7 @@ model { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.2.+' - compile 'com.android.support:recyclerview-v7:23.2.+' + compile 'com.android.support:appcompat-v7:24.+' + compile 'com.android.support:recyclerview-v7:24.+' compile 'com.squareup.picasso:picasso:2.5.+' }