aboutsummaryrefslogtreecommitdiff
path: root/tests/localJars/baseLibrary/build.gradle
blob: 03919d8d577debc670f4988f47d3f4cfef4b5e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
apply plugin: 'android-library'

android {
    compileSdkVersion 15
    buildToolsVersion "17.0"
}

dependencies {
    compile fileTree(dir: 'libs', include: '*.jar')
    compile 'com.google.guava:guava:11.0.2'
}