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 11buildscript {
22 ext {
33 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'
97 // lintVersion = '30.2.0-rc02'
108 // 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 '
1311 // 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 '
1614 }
1715
1816 repositories {
You can’t perform that action at this time.
0 commit comments