Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
- buildscript {
- repositories {
- jcenter()
- }
- dependencies {
- //classpath 'com.android.tools.build:gradle:1.5.0'
- classpath 'com.android.tools.build:gradle:1.5.0-beta1'
- // databinding
- //classpath "com.android.databinding:dataBinder:1.0-rc4"
- // NOTE: Do not place your application dependencies here; they belong
- // in the individual module build.gradle files
- // the latest version of the android-apt plugin
- classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
- }
- }
- allprojects {
- repositories {
- jcenter()
- maven { url "https://raw.github.com/Raizlabs/maven-releases/master/releases" }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement