Guest User

Untitled

a guest
Jul 20th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ext {
  2. supportLibraryVersion = '27.1.1'
  3. archLifecycleVersion = '1.1.1'
  4. }
  5.  
  6.  
  7. apply plugin: 'kotlin-kapt'
  8. implementation "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
  9. implementation "com.android.support:recyclerview-v7:$rootProject.supportLibraryVersion"
  10. implementation "com.android.support:design:$rootProject.supportLibraryVersion"
  11. implementation 'com.android.support.constraint:constraint-layout:1.1.2'
  12. implementation "com.android.support:support-fragment:$rootProject.supportLibraryVersion"
  13. implementation "android.arch.lifecycle:extensions:$rootProject.archLifecycleVersion"
Add Comment
Please, Sign In to add comment