From c13d57800534e7d06ff42e83da5dad4684e8a977 Mon Sep 17 00:00:00 2001 From: wenchao Date: Fri, 11 Dec 2015 13:26:03 +0000 Subject: [PATCH] update build tool version, fix the icon bug --- CardStack/build.gradle | 2 +- DemoApp/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CardStack/build.gradle b/CardStack/build.gradle index 8c09f4b..df0e390 100644 --- a/CardStack/build.gradle +++ b/CardStack/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 21 - buildToolsVersion '21.1.2' + buildToolsVersion '23.0.2' defaultConfig { minSdkVersion 14 diff --git a/DemoApp/build.gradle b/DemoApp/build.gradle index 538dfff..47dbfbc 100644 --- a/DemoApp/build.gradle +++ b/DemoApp/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 21 - buildToolsVersion '21.1.2' + buildToolsVersion '23.0.2' defaultConfig { applicationId "wxj.swipeablecardstack"