blob: 5f58cac99296399076d469ad8274661bc3841fe4 [file] [log] [blame]
Xavier Ducrohet8b59fb62013-04-01 15:52:06 -07001apply plugin: 'android'
2
3android {
4 compileSdkVersion 15
5 buildToolsVersion "17.0"
6}
7
8dependencies{
9 compile project(":lib")
10}
11