blob: 90153f8f33596b757e43de54ed92e222a0ad4c10 [file] [log] [blame]
yanghui943ca002014-06-06 13:10:17 +08001// Top-level build file where you can add configuration options common to all sub-projects/modules.
2buildscript {
3 repositories {
4 mavenCentral()
5 }
6 dependencies {
Alfredo Peña Alonso5080d3c2014-12-11 15:43:31 +01007 classpath 'com.android.tools.build:gradle:1.0.0'
yanghui943ca002014-06-06 13:10:17 +08008 }
9}