thieumao

Gmail API

Jan 20th, 2017
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. apply plugin: 'com.android.application'
  2.  
  3. android {
  4. compileSdkVersion 25
  5. buildToolsVersion "25.0.2"
  6. defaultConfig {
  7. applicationId "com.thieumao.emailclient"
  8. minSdkVersion 15
  9. targetSdkVersion 25
  10. versionCode 1
  11. versionName "1.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. }
  21.  
  22. dependencies {
  23. compile fileTree(dir: 'libs', include: ['*.jar'])
  24. androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
  25. exclude group: 'com.android.support', module: 'support-annotations'
  26. })
  27. compile 'com.android.support:appcompat-v7:25.1.0'
  28. testCompile 'junit:junit:4.12'
  29. // compile 'com.google.android.gms:play-services-auth:10.0.1'
  30. // compile 'pub.devrel:easypermissions:0.2.1'
  31. // compile('com.google.api-client:google-api-client-android:1.22.0') {
  32. // exclude group: 'org.apache.httpcomponents'
  33. // }
  34. // compile('com.google.apis:google-api-services-gmail:v1-rev56-1.22.0') {
  35. // exclude group: 'org.apache.httpcomponents'
  36. // }
  37. ompile 'com.google.apis:google-api-services-pubsub:v1-rev5-1.20.0'
  38. //compile 'com.google.android.gms:play-services:7.8.0'
  39. //compile 'com.google.android.gms:play-services-base:7.8.0'
  40. compile 'com.google.android.gms:play-services-plus:7.8.0'
  41.  
  42. //compile 'com.google.api-client:google-api-client:1.20.0'
  43. compile 'com.google.api-client:google-api-client-android:1.22.0'
  44. compile 'com.google.api-client:google-api-client-gson:1.20.0'
  45. compile 'com.google.apis:google-api-services-gmail:v1-rev55-1.22.0'
  46. }
Advertisement
Add Comment
Please, Sign In to add comment