view build.gradle @ 439:50d28338ae6e

bump version
author Carl Byington <carl@five-ten-sg.com>
date Thu, 03 Dec 2015 11:30:10 -0800
parents d29cce60f393
children 2907c688955e
line wrap: on
line source

// 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-experimental:0.4.0'
    }
}

allprojects {
    repositories {
        jcenter()
    }
}