blob: 76fc90060e7dcb9e2ba18aaab3f81c25ebdcafab [file] [log] [blame]
Xavier Ducrohet699b11b2013-01-04 11:44:01 -08001buildscript {
2 repositories {
3 maven { url '../../repo' }
4 }
5 dependencies {
Xavier Ducrohet1918f7b2013-02-26 11:57:02 -08006 classpath 'com.android.tools.build:gradle:0.4-SNAPSHOT'
Xavier Ducrohet699b11b2013-01-04 11:44:01 -08007 }
8}
Xavier Ducrohet06dc4852013-01-04 14:58:14 -08009
10apply plugin: 'android-reporting'