Skip to content

Commit 0f36240

Browse files
committed
*update gradle and kotlin plugin versions
1 parent e4f2972 commit 0f36240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-studio-sample-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
google()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.0.3'
11-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'
10+
classpath 'com.android.tools.build:gradle:8.9.0'
11+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20'
1212

1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files

0 commit comments

Comments
 (0)