We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6e06d commit c95bea1Copy full SHA for c95bea1
1 file changed
build.gradle
@@ -1,11 +1,11 @@
1
buildscript {
2
- ext.kotlin_version = "1.5.0"
+ ext.kotlin_version = "1.6.10"
3
repositories {
4
google()
5
mavenCentral()
6
}
7
dependencies {
8
- classpath 'com.android.tools.build:gradle:4.2.1'
+ classpath 'com.android.tools.build:gradle:4.2.2'
9
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
10
11
0 commit comments