From 6b482f42d5e4cba641315ecf21dd51eb130eeab8 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 17 Sep 2015 00:42:41 +0200 Subject: bump sdk and buildtools --- aboutit/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'aboutit') diff --git a/aboutit/build.gradle b/aboutit/build.gradle index 57348c4..abba674 100644 --- a/aboutit/build.gradle +++ b/aboutit/build.gradle @@ -8,12 +8,12 @@ archivesBaseName = "aboutit" version = "1.1.3" android { - compileSdkVersion 22 - buildToolsVersion '22.0.1' + compileSdkVersion 23 + buildToolsVersion '23.0.1' defaultConfig { minSdkVersion 14 - targetSdkVersion 22 + targetSdkVersion 23 versionCode 5 versionName version } @@ -25,7 +25,7 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:22.0.0' + compile 'com.android.support:appcompat-v7:23.0.1' } configurations { -- cgit v1.2.3