Mercurial > 510Connectbot
view build.gradle @ 440:1e3789de6900
migrate from Eclipse to Android Studio
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 03 Dec 2015 11:47:24 -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() } }