Skip to content

Commit 883fdaa

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 d18e87a commit 883fdaa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ kotlin_version
604604
'
605605
1
606606
.
607-
7
607+
8
608608
.
609609
20
610610
'
@@ -640,9 +640,9 @@ gradle
640640
:
641641
7
642642
.
643-
3
643+
4
644644
.
645-
0
645+
1
646646
'
647647
classpath
648648
'

mobile/android/annotations/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ lint
8686
:
8787
30
8888
.
89-
3
89+
4
9090
.
91-
0
91+
1
9292
'
9393
implementation
9494
'
@@ -106,9 +106,9 @@ checks
106106
:
107107
30
108108
.
109-
3
109+
4
110110
.
111-
0
111+
1
112112
'
113113
}
114114
sourceCompatibility

0 commit comments

Comments
 (0)