Guest User

Untitled

a guest
Dec 11th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. android {
  2. compileSdkVersion 26
  3. defaultConfig {
  4. applicationId "com.test.test"
  5. minSdkVersion 16
  6. targetSdkVersion 26
  7. versionCode 1
  8. versionName "1.0"
  9. testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
  10. vectorDrawables.useSupportLibrary = true
  11. }
  12. buildTypes {
  13. release {
  14. minifyEnabled false
  15. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  16. }
  17. }
  18. }
  19. dependencies {
  20. implementation fileTree(dir: 'libs', include: ['*.jar'])
  21. implementation 'com.android.support:appcompat-v7:26.1.0'
  22. implementation 'com.google.android.gms:play-services-maps:11.6.0'
  23. implementation 'com.android.support.constraint:constraint-layout:1.0.2'
  24. implementation 'com.android.support:design:26.1.0'
  25. implementation 'com.android.support:support-v4:26.1.0'
  26. implementation 'com.android.support:support-vector-drawable:26.1.0'
  27. compile 'gun0912.ted:tedpermission:2.1.0'
  28. compile "com.google.android.gms:play-services-location:11.6.0"
  29. testImplementation 'junit:junit:4.12'
  30. androidTestImplementation 'com.android.support.test:runner:1.0.1'
  31. androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
  32.  
  33. // Addition library
  34. compile 'com.github.Kennyc1012:BottomSheet:2.4.0'
  35.  
  36.  
  37.  
  38. compile 'com.squareup.retrofit2:retrofit:2.3.0'
  39. compile 'com.squareup.retrofit2:converter-gson:2.3.0'
  40. compile 'com.squareup.okhttp3:okhttp:3.9.1'
  41.  
  42. implementation 'com.android.support:mediarouter-v7:26.1.0'
  43. }
Add Comment
Please, Sign In to add comment