Skip to content

Commit

Permalink
update build tool version, fix the icon bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wenchao authored and wenchao committed Dec 11, 2015
1 parent b65fdaf commit c13d578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CardStack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 21
buildToolsVersion '21.1.2'
buildToolsVersion '23.0.2'

defaultConfig {
minSdkVersion 14
Expand Down
2 changes: 1 addition & 1 deletion DemoApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion '21.1.2'
buildToolsVersion '23.0.2'

defaultConfig {
applicationId "wxj.swipeablecardstack"
Expand Down

0 comments on commit c13d578

Please sign in to comment.