blob: 157b75ff17028b98143223bfa169054ce94f5f55 [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 {
7 classpath 'com.android.tools.build:gradle:0.10.+'
8 }
9}