mirror of
https://github.com/android10/Android-CleanArchitecture.git
synced 2025-08-26 15:21:51 +08:00
Add dagger dependencies to data layer.
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
apply plugin: 'com.neenbedankt.android-apt'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
def globalConfiguration = rootProject.extensions.getByName("ext")
|
def globalConfiguration = rootProject.extensions.getByName("ext")
|
||||||
@ -39,6 +40,9 @@ dependencies {
|
|||||||
compile domainLayer
|
compile domainLayer
|
||||||
|
|
||||||
//library dependencies
|
//library dependencies
|
||||||
|
apt "com.google.dagger:dagger-compiler:2.0-SNAPSHOT"
|
||||||
|
provided 'org.glassfish:javax.annotation:10.0-b28'
|
||||||
|
compile 'com.google.dagger:dagger:2.0-SNAPSHOT'
|
||||||
compile('com.google.code.gson:gson:2.3')
|
compile('com.google.code.gson:gson:2.3')
|
||||||
compile 'io.reactivex:rxjava:1.0.3'
|
compile 'io.reactivex:rxjava:1.0.3'
|
||||||
compile 'io.reactivex:rxandroid:0.23.0'
|
compile 'io.reactivex:rxandroid:0.23.0'
|
||||||
|
Reference in New Issue
Block a user