tanliner / dagger2

for dagger2 preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dagger2

参考博客地址: Dagger2 学习历程:从一头雾水到恍然大悟 原文-Github

更新依赖

Android Studio 3.5.2
Gradle Plugin 3.5.2
Gradle 5.4.1

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "androidx.appcompat:appcompat:1.1.0"

implementation 'com.jakewharton:butterknife:10.2.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0'


implementation 'com.google.dagger:dagger:2.16'
annotationProcessor 'com.google.dagger:dagger-compiler:2.16'

implementation 'com.squareup.okhttp3:okhttp:3.12.0'
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
implementation 'com.squareup.retrofit2:adapter-rxjava:2.5.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.0'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'

About

for dagger2 preview

License:Apache License 2.0


Languages

Language:Java 100.0%