We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4707a2 commit 7486b05Copy full SHA for 7486b05
build.gradle
@@ -2,7 +2,7 @@
2
3
buildscript {
4
repositories {
5
- mavenCentral()
+ jcenter()
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:1.0.0'
@@ -11,6 +11,6 @@ buildscript {
11
12
allprojects {
13
14
15
16
extras/ShimmerAndroid/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 19
- buildToolsVersion "19.1.0"
+ buildToolsVersion "21.1.1"
defaultConfig {
minSdkVersion 14
0 commit comments