aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/build.gradle
blob: 81d32a87bb75bf30a0e1e729099b42f96303514a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.1.0'
    }
}

allprojects {
    repositories {
        jcenter()
    }
}