Skip to content

Commit

Permalink
Quickfix dagger dependency and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Jun 9, 2020
1 parent b36af0d commit a133016
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ object Libs {
}

object Dagger {
private const val version = "2.28"
private const val version = "2.27"
const val dagger = "com.google.dagger:dagger:$version"
const val androidSupport = "com.google.dagger:dagger-android-support:$version"
const val compiler = "com.google.dagger:dagger-compiler:$version"
Expand Down

0 comments on commit a133016

Please sign in to comment.