基于android7.0搭建开发框架
compile 'org.greenrobot:greendao:3.2.0'
rxjava2+retrofit
compile 'com.squareup.okhttp3:okhttp:3.4.2'
compile 'io.reactivex.rxjava2:rxjava:2.0.7'
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-gson:2.2.0'
compile 'com.squareup.retrofit2:adapter-rxjava2:2.2.0'
compile 'com.squareup.retrofit2:retrofit-converters:2.1.0'
compile 'com.trello.rxlifecycle2:rxlifecycle:2.1.0'
compile 'com.trello.rxlifecycle2:rxlifecycle-android:2.1.0'
compile 'com.trello.rxlifecycle2:rxlifecycle-components:2.1.0'
compile 'org.greenrobot:eventbus:3.0.0'
compile 'com.orhanobut:logger:1.15'
compile 'com.facebook.stetho:stetho:1.4.2'
compile 'com.facebook.stetho:stetho-okhttp3:1.4.2'
compile 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
retrolambdaConfig 'net.orfjackal.retrolambda:retrolambda:2.3.0'
compile 'org.projectlombok:lombok:1.16.16'
compile project(':premisson')
ApiException.java HttpStatus.java CustomGsonConverterFactory.java CustomGsonRequestBodyConverter.java CustomGsonResponseBodyConverter.java BaseDisposableObserver.java BaseObserver.java
RxObservableUtils.java