diff --git a/demo/build.gradle b/demo/build.gradle index 415d83b..1f045dc 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -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" @@ -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' } diff --git a/library/build.gradle b/library/build.gradle index b4b318b..5139584 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 21 - buildToolsVersion "21.1.1" + buildToolsVersion "21.1.2" defaultConfig { minSdkVersion 14