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 e4f2972 commit 0f36240Copy full SHA for 0f36240
1 file changed
android-studio-sample-app/build.gradle
@@ -7,8 +7,8 @@ buildscript {
7
google()
8
}
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:7.0.3'
11
- classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'
+ classpath 'com.android.tools.build:gradle:8.9.0'
+ classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20'
12
13
// NOTE: Do not place your application dependencies here; they belong
14
// in the individual module build.gradle files
0 commit comments