Mercurial > 510Connectbot
comparison build.gradle @ 438:d29cce60f393
migrate from Eclipse to Android Studio
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 03 Dec 2015 11:23:55 -0800 |
parents | |
children | 2907c688955e |
comparison
equal
deleted
inserted
replaced
437:208b31032318 | 438:d29cce60f393 |
---|---|
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-experimental:0.4.0' | |
10 } | |
11 } | |
12 | |
13 allprojects { | |
14 repositories { | |
15 jcenter() | |
16 } | |
17 } |