Backed out changeset 216ebef85b80 (bug 1791878) for causing bug 1799002.

This commit is contained in:
Ryan VanderMeulen 2022-11-10 22:59:42 -05:00
parent e7566f7ef9
commit aa58e663c1
2 changed files with 4 additions and 7 deletions

View File

@ -110,11 +110,11 @@ buildscript {
}
}
ext.kotlin_version = '1.7.20'
ext.kotlin_version = '1.6.21'
dependencies {
classpath 'org.mozilla.apilint:apilint:0.5.2'
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'org.apache.commons:commons-exec:1.3'
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.10.0'
classpath 'org.tomlj:tomlj:1.0.0'

View File

@ -2,12 +2,9 @@ buildDir "${topobjdir}/gradle/build/mobile/android/annotations"
apply plugin: 'java'
// lint should be X+23.Y.Z of gradle_plugin version, according to:
// http://googlesamples.github.io/android-custom-lint-rules/api-guide.html#example:samplelintcheckgithubproject/lintversion?
dependencies {
implementation 'com.android.tools.lint:lint:30.3.0'
implementation 'com.android.tools.lint:lint-checks:30.3.0'
implementation 'com.android.tools.lint:lint:30.2.2'
implementation 'com.android.tools.lint:lint-checks:30.2.2'
}
sourceCompatibility = JavaVersion.VERSION_11