From 9c82f0b12a655e255b285dec9d67720ae29d73d4 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Thu, 21 Jul 2016 16:43:24 +0200 Subject: [PATCH] moved to sdk version 24 --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c446ba6c9..443ec0fcb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 + compileSdkVersion 24 buildToolsVersion '23.0.2' defaultConfig { @@ -31,10 +31,10 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:23.4.0' - compile 'com.android.support:support-v4:23.4.0' - compile 'com.android.support:design:23.4.0' - compile 'com.android.support:recyclerview-v7:23.4.0' + compile 'com.android.support:appcompat-v7:24.1.0' + compile 'com.android.support:support-v4:24.1.0' + compile 'com.android.support:design:24.1.0' + compile 'com.android.support:recyclerview-v7:24.1.0' compile 'org.jsoup:jsoup:1.8.3' compile 'org.mozilla:rhino:1.7.7' compile 'info.guardianproject.netcipher:netcipher:1.2'