gecko-dev/mobile/android/annotations/build.gradle

12 строки
302 B
Groovy

buildDir "${topobjdir}/gradle/build/mobile/android/annotations"
apply plugin: 'java'
dependencies {
compile 'com.android.tools.lint:lint:26.2.1'
compile 'com.android.tools.lint:lint-checks:26.2.1'
}
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8