Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fixes #155: Upgraded Dagger from 2.9 to 2.11 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
helwy authored and bobheadxi committed Oct 9, 2017
1 parent 036f03a commit ac3afcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ dependencies {
compile 'com.google.code.gson:gson:2.7'

//Dagger
compile 'com.google.dagger:dagger:2.9'
annotationProcessor "com.google.dagger:dagger-compiler:2.9"
compile 'com.google.dagger:dagger:2.11'
annotationProcessor "com.google.dagger:dagger-compiler:2.11"
provided 'javax.annotation:jsr250-api:1.0'

//Butterknife
Expand Down

0 comments on commit ac3afcb

Please sign in to comment.