Guest User

Untitled

a guest
Jun 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. buildscript {
  2. ext.kotlin_version = '1.2.30'
  3. ext.lifecycle_version = '1.1.1'
  4. ext.retrofit_version = '2.4.0'
  5. ext.dagger2_version = '2.16'
  6. ext.android_support_version = '28.0.0-alpha3'
  7. ext.room_version = '1.1.1'
  8.  
  9. // ...
  10. }
Add Comment
Please, Sign In to add comment