From 4ada2fe5fce932f831bf9be4d5530ac9968a9bfc Mon Sep 17 00:00:00 2001 From: robert Date: Wed, 21 Oct 2015 13:23:19 +0200 Subject: [PATCH] Update SDK version and build tools version --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 79f81e2..0fcd012 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 21 - buildToolsVersion "21.1.2" + compileSdkVersion 22 + buildToolsVersion "23.0.1" defaultConfig { applicationId "eu.siebeck.sipswitch" minSdkVersion 10 - targetSdkVersion 21 + targetSdkVersion 22 } dependencies {