Advertisement
Guest User

Untitled

a guest
Dec 26th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. buildscript {
  2. repositories {
  3. mavenCentral()
  4. }
  5. dependencies {
  6. classpath 'com.android.tools.build:gradle:0.5.+'
  7. }
  8. }
  9. apply plugin: 'android'
  10.  
  11. repositories {
  12. mavenCentral()
  13. }
  14.  
  15. dependencies {
  16. compile 'com.android.support:support-v4:13.0.+'
  17. }
  18.  
  19. android {
  20. compileSdkVersion 17
  21. buildToolsVersion "17.0.0"
  22.  
  23. defaultConfig {
  24. minSdkVersion 7
  25. targetSdkVersion 17
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement