File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ android {
2525 testOptions {
2626 unitTests. returnDefaultValues = true
2727 }
28+ lintOptions {
29+ abortOnError false
30+ }
2831}
2932
3033dependencies {
Original file line number Diff line number Diff 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+
3236dependencies {
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'
You can’t perform that action at this time.
0 commit comments