fdroid-client/build.gradle

11 lines
259 B
Groovy

buildscript {
repositories {
jcenter()
}
dependencies {
// 2.2.2 is the version that is included in Debian/stretch
classpath 'com.android.tools.build:gradle:2.2.2'
classpath files('libs/gradle-witness.jar')
}
}