Skip to content

Commit

Permalink
Upgrade Dagger to 2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdchang committed Jul 9, 2016
1 parent e53fe51 commit 8728464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ buildscript {
ankoAppcompatV7 = "org.jetbrains.anko:anko-appcompat-v7:${v}"
autoParcelProcessor = "com.github.frankiesardo:auto-parcel-processor:0.3.1"
butterknife = "com.jakewharton:butterknife:7.0.1"
v = "2.0.2"
v = "2.5"
dagger = "com.google.dagger:dagger:${v}"
daggerCompiler = "com.google.dagger:dagger-compiler:${v}"
v = "3.0.0-beta1"
Expand Down

0 comments on commit 8728464

Please sign in to comment.