aboutsummaryrefslogtreecommitdiff
path: root/tests/tictactoe/app/build.gradle
blob: 9a5c70397628b7577b7c718fc921187b25f57183 (plain)
1
2
3
4
5
6
7
8
9
10
apply plugin: 'android'

dependencies {
    compile project(':lib')
}

android {
    compileSdkVersion 15
    buildToolsVersion "1.0"
}