aboutsummaryrefslogtreecommitdiff
path: root/wearable/wear/RuntimePermissionsWear/buildSrc/build.gradle
blob: 1b3c378407be679afd3d9b7e736dd6f6b1ba6091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

repositories {
    google()
    jcenter()
}
dependencies {
    compile 'org.freemarker:freemarker:2.3.20'
}

sourceSets {
    main {
        groovy {
            srcDir new File(rootDir, "../../../../../../build/buildSrc/src/main/groovy")
        }
    }
}