blob: 8090336ef2f670a411e4ee79557bd9ba1f0b2122 [file] [log] [blame]
Xavier Ducrohet699b11b2013-01-04 11:44:01 -08001buildscript {
2 repositories {
3 maven { url '../../repo' }
4 }
5 dependencies {
6 classpath 'com.android.tools.build:gradle:0.3-SNAPSHOT'
7 }
8}
Xavier Ducrohet06dc4852013-01-04 14:58:14 -08009
10apply plugin: 'android-reporting'