mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 20:29:02 +00:00
update dagger
This commit is contained in:
parent
89c4d351c2
commit
723ea095c3
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ dependencies {
|
|||
apt 'com.jakewharton:butterknife-compiler:8.2.1'
|
||||
|
||||
//Dependency Injection
|
||||
compile 'com.google.dagger:dagger:2.2'
|
||||
apt 'com.google.dagger:dagger-compiler:2.2'
|
||||
compile 'com.google.dagger:dagger:2.5'
|
||||
apt 'com.google.dagger:dagger-compiler:2.5'
|
||||
provided 'org.glassfish:javax.annotation:10.0-b28'
|
||||
//App Compatibility and Material Design
|
||||
compile('com.mikepenz:materialdrawer:5.3.6@aar') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue