зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
302 B
Groovy
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
|