Skip to content

Commit 1bc6bce

Browse files
committed
Bug 1829938 - Update GeckoView to Kotlin 1.8.20 and Gradle Plugin 7.4.1. r=geckoview-reviewers,ohall
Differential Revision: https://phabricator.services.mozilla.com/D176461 UltraBlame original commit: 618c99ef57f368d3965225e08c502919755167d0
1 parent 79ef194 commit 1bc6bce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ buildscript {
110110
}
111111
}
112112

113-
ext.kotlin_version = '1.7.20'
113+
ext.kotlin_version = '1.8.20'
114114

115115
dependencies {
116116
classpath 'org.mozilla.apilint:apilint:0.5.2'
117-
classpath 'com.android.tools.build:gradle:7.3.0'
117+
classpath 'com.android.tools.build:gradle:7.4.1'
118118
classpath 'org.apache.commons:commons-exec:1.3'
119119
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.12.1'
120120
classpath 'org.tomlj:tomlj:1.0.0'

mobile/android/annotations/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ apply plugin: 'java'
66
// http://googlesamples.github.io/android-custom-lint-rules/api-guide.html#example:samplelintcheckgithubproject/lintversion?
77

88
dependencies {
9-
implementation 'com.android.tools.lint:lint:30.3.0'
10-
implementation 'com.android.tools.lint:lint-checks:30.3.0'
9+
implementation 'com.android.tools.lint:lint:30.4.1'
10+
implementation 'com.android.tools.lint:lint-checks:30.4.1'
1111
}
1212

1313
sourceCompatibility = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)