Skip to content

Commit e12e776

Browse files
committed
Upgraded dependencies
1 parent 493f544 commit e12e776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '1.5.21'
3+
ext.kotlin_version = '1.5.30'
44

55
repositories {
66
google()
77
mavenCentral()
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.0.1'
11+
classpath 'com.android.tools.build:gradle:7.0.2'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313

1414
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)