Skip to content

Commit

Permalink
更新依赖:
Browse files Browse the repository at this point in the history
Rx-Utils,获取文件将得到文件的显示名称
gradle tools
  • Loading branch information
Qixingchen committed Jun 14, 2017
1 parent bacbc9c commit be221db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
9 changes: 6 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -19,6 +19,9 @@ allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
maven {
url "https://maven.google.com"
}
}
}

Expand Down

0 comments on commit be221db

Please sign in to comment.