We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741dd58 commit a80848aCopy full SHA for a80848a
.travis.yml
@@ -6,5 +6,6 @@ jdk:
6
android:
7
components:
8
- android-20
9
+ - build-tools-20.0.0
10
11
script: "./gradlew build"
build.gradle
@@ -1,8 +1,8 @@
1
buildscript {
2
repositories { jcenter() }
3
dependencies {
4
- classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:1.12.+'
5
- classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:1.12.+'
+ classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:1.12.13'
+ classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:1.12.3'
}
configurations.classpath.resolutionStrategy {
// The above dependency will bring in guava, which then pollutes child projects
0 commit comments