Guest User

Untitled

a guest
Dec 14th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. apply plugin: 'com.android.application'
  2.  
  3. android {
  4. compileSdkVersion 25
  5. buildToolsVersion "25.0.3"
  6. defaultConfig {
  7. applicationId 'code.taxigp.com.usuariotaxigp2017'
  8. minSdkVersion 16
  9. targetSdkVersion 25
  10. versionCode 6
  11. versionName "6.0"
  12. testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
  13. }
  14. buildTypes {
  15. release {
  16. minifyEnabled false
  17. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  18. }
  19. }
  20. productFlavors {
  21. }
  22. }
  23.  
  24. dependencies {
  25. compile fileTree(include: ['*.jar'], dir: 'libs')
  26. androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
  27. exclude group: 'com.android.support', module: 'support-annotations'
  28. })
  29. compile files('libs/activation.jar')
  30. //compile 'com.facebook.android:facebook-android-sdk:[4,5)'
  31. compile 'com.facebook.android:facebook-android-sdk:[4,5)'
  32. compile 'com.android.support:appcompat-v7:25.3.1'
  33. compile 'com.android.support.constraint:constraint-layout:1.0.2'
  34. compile 'com.google.firebase:firebase-core:9.0.2'
  35. compile 'com.google.firebase:firebase-database:9.0.0'
  36. compile 'com.google.firebase:firebase-auth:9.0.2'
  37. compile 'com.google.android.gms:play-services-auth:9.0.2'
  38. compile 'com.github.bumptech.glide:glide:3.7.0'
  39. compile 'com.github.javiersantos:MaterialStyledDialogs:2.1'
  40. compile 'com.github.anshulagarwal06:PasswordEditText:v1.0'
  41. compile 'com.android.support:design:25.3.1'
  42. compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.7'
  43. compile 'com.google.android.gms:play-services-maps:9.0.2'
  44. compile 'com.github.markushi:circlebutton:1.1'
  45. compile 'com.github.chrisbanes:PhotoView:2.1.3'
  46. compile 'com.getkeepsafe.taptargetview:taptargetview:1.10.0'
  47. compile 'com.github.dakatso:livebutton:1.0.0'
  48. compile 'com.daimajia.slider:library:1.1.5@aar'
  49. compile 'com.squareup.picasso:picasso:2.3.2'
  50. compile 'com.nineoldandroids:library:2.4.0'
  51. compile 'com.google.code.gson:gson:2.8.2'
  52. compile 'io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.1.3'
  53. testCompile 'junit:junit:4.12'
  54. }
  55. apply plugin: 'com.google.gms.google-services'
Add Comment
Please, Sign In to add comment