From 8beb95c79a4fd6e278ee6219444584df46f8b3fb Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Sun, 4 Sep 2016 16:13:29 +0200 Subject: [PATCH] target sdk version 24 --- AndroidManifest.xml | 2 +- README.md | 2 +- build.gradle | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 06d439c3..5733b83f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -26,7 +26,7 @@ THE SOFTWARE. android:versionName="1.0.43" android:versionCode="10430" android:installLocation="auto"> - + diff --git a/README.md b/README.md index dd5bf2f1..bd90f85e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Building To build you will need: * A Java compiler compatible with Java 1.7 - * The Android SDK with platform 23 (Marshmallow) installed + * The Android SDK with platform 24 (Nougat) installed Building from command-line #1 -------------------------- diff --git a/build.gradle b/build.gradle index 9323dde1..c965c84c 100644 --- a/build.gradle +++ b/build.gradle @@ -17,13 +17,13 @@ allprojects { apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 24 + buildToolsVersion "24.0.2" defaultConfig { applicationId "ch.blinkenlights.android.vanilla" minSdkVersion 15 - targetSdkVersion 23 + targetSdkVersion 24 } sourceSets {