Advertisement
Guest User

Untitled

a guest
Mar 25th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2.  
  3. buildscript {
  4. repositories {
  5. mavenCentral()
  6. }
  7. dependencies {
  8. classpath 'com.android.tools.build:gradle:0.9.+'
  9. }
  10. }
  11.  
  12. allprojects {
  13. repositories {
  14. mavenCentral()
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement