diff --git a/app/build.gradle b/app/build.gradle index 216be8f..f4219af 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,7 +35,7 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.github.Qixingchen:RV-Utils:V1.1.3' + compile 'com.github.Qixingchen:RV-Utils:V1.1.4' compile 'com.github.bumptech.glide:glide:3.7.0' testCompile 'junit:junit:4.12' diff --git a/build.gradle b/build.gradle index 839fa09..95a66b7 100644 --- a/build.gradle +++ b/build.gradle @@ -6,10 +6,10 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' + classpath 'com.android.tools.build:gradle:2.3.2' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' - classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0' - classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.5.0' + classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.1' + classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.6.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } @@ -19,6 +19,9 @@ allprojects { repositories { jcenter() maven { url "https://jitpack.io" } + maven { + url "https://maven.google.com" + } } }