File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
mobile/android/annotations Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,11 @@ buildscript {
110
110
}
111
111
}
112
112
113
- ext. kotlin_version = ' 1.7 .20'
113
+ ext. kotlin_version = ' 1.8 .20'
114
114
115
115
dependencies {
116
116
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 '
118
118
classpath ' org.apache.commons:commons-exec:1.3'
119
119
classpath ' com.diffplug.spotless:spotless-plugin-gradle:6.12.1'
120
120
classpath ' org.tomlj:tomlj:1.0.0'
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ apply plugin: 'java'
6
6
// http://googlesamples.github.io/android-custom-lint-rules/api-guide.html#example:samplelintcheckgithubproject/lintversion?
7
7
8
8
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 '
11
11
}
12
12
13
13
sourceCompatibility = JavaVersion . VERSION_11
You can’t perform that action at this time.
0 commit comments