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