Skip to content

Commit f6ed3a1

Browse files
committed
Update build.gradle. Fix travis errors.
1 parent 8bb6653 commit f6ed3a1

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

library/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ android {
2525
testOptions {
2626
unitTests.returnDefaultValues = true
2727
}
28+
lintOptions {
29+
abortOnError false
30+
}
2831
}
2932

3033
dependencies {

sample/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,18 @@ retrolambda {
2929
javaVersion JavaVersion.VERSION_1_6
3030
}
3131

32+
repositories {
33+
maven { url 'https://dl.bintray.com/patloew/maven' }
34+
}
35+
3236
dependencies {
3337
compile fileTree(dir: 'libs', include: ['*.jar'])
3438
testCompile 'junit:junit:4.12'
3539
compile 'com.android.support:appcompat-v7:24.0.0'
3640
compile "com.android.support:design:24.0.0"
3741

38-
compile project(':library')
39-
//compile 'com.patloew.rxfit:rxfit:1.2.1'
42+
//compile project(':library')
43+
compile 'com.patloew.navigationviewfragmentadapters:adapters:0.1.1'
4044

4145
compile 'com.jakewharton:butterknife:8.1.0'
4246
apt 'com.jakewharton:butterknife-compiler:8.1.0'

0 commit comments

Comments
 (0)