Guest User

Untitled

a guest
Jul 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. package com.arellomobile.mvp.sample.github.app;
  2.  
  3. ...
  4.  
  5. import com.arellomobile.mvp.sample.github.di.AppComponent;
  6. import com.arellomobile.mvp.sample.github.di.DaggerAppComponent;
  7. import com.arellomobile.mvp.sample.github.di.modules.ContextModule;
  8.  
  9. ...
  10.  
  11. def support = '27.1.1'
  12. def retrofit = '2.1.0'
  13. def dagger = '2.7' // заменить на 2.16
  14. def butterKnife = "8.4.0"
  15.  
  16. dependencies {
  17. ...
Add Comment
Please, Sign In to add comment