Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.62 KB | None | 0 0
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3.     repositories {
  4.         mavenCentral()
  5.     }
  6.     dependencies {
  7.         classpath 'com.android.tools.build:gradle:0.12.2'
  8.     }
  9. }
  10. apply plugin:'com.android.application'
  11. android {
  12.     compileSdkVersion 19
  13.     buildToolsVersion "19.1.0"
  14.     buildscript {
  15.         repositories {
  16.             jcenter()
  17.         }
  18.         dependencies {
  19.             classpath 'com.android.tools.build:gradle:0.12.2'
  20.         }
  21.     }
  22.  
  23.     allprojects {
  24.         repositories {
  25.             jcenter()
  26.         }
  27.     }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement