Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed May 16, 2016
2 parents 8e253a3 + 6af556c commit a5ecd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rx_cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ artifacts {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

apt "com.google.dagger:dagger-compiler:2.0.1"
compile "com.google.dagger:dagger:2.0.1"
apt "com.google.dagger:dagger-compiler:2.4"
compile "com.google.dagger:dagger:2.4"
compile "org.glassfish:javax.annotation:10.0-b28"

compile "io.reactivex:rxjava:1.1.5"
Expand Down

0 comments on commit a5ecd72

Please sign in to comment.