We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493f544 commit e12e776Copy full SHA for e12e776
build.gradle
@@ -1,14 +1,14 @@
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.21'
+ ext.kotlin_version = '1.5.30'
4
5
repositories {
6
google()
7
mavenCentral()
8
}
9
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:7.0.1'
+ classpath 'com.android.tools.build:gradle:7.0.2'
12
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13
14
// NOTE: Do not place your application dependencies here; they belong
0 commit comments