Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
2,587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 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. jcenter()
  6. }
  7. dependencies {
  8. //classpath 'com.android.tools.build:gradle:1.5.0'
  9. classpath 'com.android.tools.build:gradle:1.5.0-beta1'
  10. // databinding
  11. //classpath "com.android.databinding:dataBinder:1.0-rc4"
  12.  
  13. // NOTE: Do not place your application dependencies here; they belong
  14. // in the individual module build.gradle files
  15.  
  16. // the latest version of the android-apt plugin
  17. classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
  18.  
  19. }
  20.  
  21. }
  22.  
  23. allprojects {
  24. repositories {
  25. jcenter()
  26. maven { url "https://raw.github.com/Raizlabs/maven-releases/master/releases" }
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement