Skip to content

Commit f81fcf8

Browse files
committed
Add dagger dependencies to data layer.
1 parent a56455c commit f81fcf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.neenbedankt.android-apt'
23

34
android {
45
def globalConfiguration = rootProject.extensions.getByName("ext")
@@ -39,6 +40,9 @@ dependencies {
3940
compile domainLayer
4041

4142
//library dependencies
43+
apt "com.google.dagger:dagger-compiler:2.0-SNAPSHOT"
44+
provided 'org.glassfish:javax.annotation:10.0-b28'
45+
compile 'com.google.dagger:dagger:2.0-SNAPSHOT'
4246
compile('com.google.code.gson:gson:2.3')
4347
compile 'io.reactivex:rxjava:1.0.3'
4448
compile 'io.reactivex:rxandroid:0.23.0'

0 commit comments

Comments
 (0)