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 7edef8d commit e7773d8Copy full SHA for e7773d8
1 file changed
build.gradle
@@ -1,14 +1,14 @@
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.5.30'
+ ext.kotlin_version = '1.5.31'
5
repositories {
6
google()
7
mavenCentral()
8
jcenter()
9
}
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:7.0.2'
+ classpath 'com.android.tools.build:gradle:7.0.3'
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