Mercurial > 510Connectbot
view build.gradle @ 452:da56a3859892
Added tag stable-1.9.3-1 for changeset 621313775834
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 18 Mar 2016 15:56:25 -0700 |
parents | 2907c688955e |
children | 7492d2cb7b75 |
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-experimental:0.7.0-alpha3' } } allprojects { repositories { jcenter() } }