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.
1 parent 782f57a commit c335645Copy full SHA for c335645
build.gradle
@@ -1,12 +1,12 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
buildscript {
3
- ext.kotlin_version = '1.5.31'
+ ext.kotlin_version = '1.6.10'
4
repositories {
5
google()
6
mavenCentral()
7
}
8
dependencies {
9
- classpath 'com.android.tools.build:gradle:7.0.2'
+ classpath 'com.android.tools.build:gradle:7.0.4'
10
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11
12
// NOTE: Do not place your application dependencies here; they belong
0 commit comments