Guest User

Untitled

a guest
Mar 5th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. apply plugin: 'com.android.application'
  2.  
  3. android {
  4. compileSdkVersion 23
  5. buildToolsVersion "23.0.2"
  6.  
  7. defaultConfig {
  8. applicationId "fapptory_inc.rideshare"
  9. minSdkVersion 21
  10. targetSdkVersion 23
  11. versionCode 1
  12. versionName "1.0"
  13. }
  14. buildTypes {
  15. release {
  16. minifyEnabled false
  17. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  18. }
  19. }
  20. }
  21.  
  22. repositories {
  23. mavenCentral()
  24. }
  25.  
  26. dependencies {
  27. compile fileTree(dir: 'libs', include: ['*.jar'])
  28. testCompile 'junit:junit:4.12'
  29. compile 'com.android.support:appcompat-v7:23.2.0'
  30. compile 'com.android.support:design:23.2.0'
  31. compile 'com.google.android.gms:play-services-location:8.4.0'
  32. compile 'com.android.support:support-v4:23.2.0'
  33. compile 'com.facebook.android:facebook-android-sdk:[4,5)'
  34. compile 'com.google.android.gms:play-services-appindexing:8.4.0'
  35. }
Add Comment
Please, Sign In to add comment