blob: 5a8283760b135338e051d288ba7f692096fd9c1d [file] [log] [blame]
Xavier Ducrohet9fa7b6f2012-08-28 17:31:49 -07001buildscript {
2 repositories {
Xavier Ducrohete9452202012-09-28 17:35:32 -07003 maven { url '../../repo' }
Xavier Ducrohet9fa7b6f2012-08-28 17:31:49 -07004 }
5 dependencies {
Xavier Ducrohet6c67a702012-09-28 14:30:17 -07006 classpath 'com.android.tools.build:gradle:0.1-SNAPSHOT'
Xavier Ducrohet9fa7b6f2012-08-28 17:31:49 -07007 }
8}