blob: e802f1bf221a5f847b0d20d4320ab4b48077c74a [file] [log] [blame]
apply plugin: 'android'
repositories {
mavenCentral()
}
dependencies {
compile 'com.google.guava:guava:14.0.+'
compile "com.android.support:support-v4:18.0.+"
}
android {
compileSdkVersion 18
buildToolsVersion "18.0.0"
}