Skip to content

Commit

Permalink
Bump build tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed Jan 31, 2015
1 parent 4bf5a6d commit ebc2c1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo/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.1"
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "com.balysv.materialripple.demo"
Expand All @@ -20,5 +20,5 @@ android {

dependencies {
compile project(':library')
compile 'com.android.support:appcompat-v7:21.0.0'
compile 'com.android.support:appcompat-v7:21.0.3'
}
2 changes: 1 addition & 1 deletion library/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.1"
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 14
Expand Down

0 comments on commit ebc2c1a

Please sign in to comment.