blob: e8609b5836bb27306de54a84284d0d1a7c52f1cd [file] [log] [blame]
apply plugin: 'android-library'
android {
compileSdkVersion 15
buildToolsVersion "18.0.1"
}
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.google.guava:guava:11.0.2'
}