Skip to content
Snippets Groups Projects
Commit aa58e663 authored by Ryan VanderMeulen's avatar Ryan VanderMeulen
Browse files

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

parent e7566f7e
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment