File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
3
kotlinVersion = ' 1.6.21'
4
- // Current release: Bumblebee / AGP 7.1
5
- gradlePluginVersion = ' 7.1.3'
6
- lintVersion = ' 30.1.3'
7
- // Upcoming lint target: Chipmunk / AGP 7.2
8
- // gradlePluginVersion = '7.2.0-rc02'
4
+ // Current release: Chipmunk / AGP 7.2
5
+ gradlePluginVersion = ' 7.2.0'
6
+ lintVersion = ' 30.2.0'
9
7
// lintVersion = '30.2.0-rc02'
10
8
// Upcoming lint target: Dolphin / AGP 7.3
11
- // gradlePluginVersion = '7.3.0-alpha09 '
12
- // lintVersion = '30.3.0-alpha09 '
9
+ // gradlePluginVersion = '7.3.0-beta01 '
10
+ // lintVersion = '30.3.0-beta01 '
13
11
// Upcoming lint target: Electric Eel / AGP 7.4
14
- // gradlePluginVersion = '7.4.0-alpha01 '
15
- // lintVersion = '30.4.0-alpha01 '
12
+ // gradlePluginVersion = '7.4.0-alpha02 '
13
+ // lintVersion = '30.4.0-alpha02 '
16
14
}
17
15
18
16
repositories {
You can’t perform that action at this time.
0 commit comments