blob: ada894d8b90de274daaa48af67f62dcd3edb0c27 [file] [log] [blame]
buildscript {
repositories {
maven { url 'file:///usr/share/maven-repo' }
jcenter()
}
dependencies {
// 2.2.2 is the version that is included in Debian/stretch
classpath 'com.android.tools.build:gradle:2.2.2'
}
}