From be221dbd8d40f4656791ec241d17911d94455560 Mon Sep 17 00:00:00 2001 From: qixingchen Date: Wed, 14 Jun 2017 15:38:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96:=20Rx-Util?= =?UTF-8?q?s,=E8=8E=B7=E5=8F=96=E6=96=87=E4=BB=B6=E5=B0=86=E5=BE=97?= =?UTF-8?q?=E5=88=B0=E6=96=87=E4=BB=B6=E7=9A=84=E6=98=BE=E7=A4=BA=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=20gradle=20tools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- build.gradle | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) 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" + } } }