blob: a0832c64c96dc2e74e2091a63953b5ba0a68dcad [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 Ducrohet3fe7c572012-10-09 12:12:41 -07006 classpath 'com.android.tools.build:gradle:0.3-SNAPSHOT'
Xavier Ducrohet9fa7b6f2012-08-28 17:31:49 -07007 }
8}