We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffb03ef + fcb2562 commit d63e0e8Copy full SHA for d63e0e8
build.gradle
@@ -1,13 +1,12 @@
1
buildscript {
2
ext {
3
- kotlinVersion = '1.5.30'
4
- // Current lint target: 7.0.2
5
- gradlePluginVersion = '7.0.2'
6
- lintVersion = '30.0.2'
7
-
8
- // Upcoming lint target: Bumble Bee / AGP 7.1
9
- gradlePluginVersion = '7.1.0-alpha12'
10
- lintVersion = '30.1.0-alpha12'
+ kotlinVersion = '1.6.10'
+ // Current release: Bumblebee / AGP 7.1
+ gradlePluginVersion = '7.1.0'
+ lintVersion = '30.1.0'
+ // Upcoming lint target: Chipmunk / AGP 7.2
+ // gradlePluginVersion = '7.2.0'
+ // lintVersion = '30.2.0'
11
}
12
13
repositories {
0 commit comments