Skip to content

Commit 27763ec

Browse files
Update build.gradle
1 parent 98fe2ec commit 27763ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.1.2' apply false
4-
id 'com.android.library' version '8.1.2' apply false
5-
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
3+
id 'com.android.application' version '8.7.3' apply false
4+
id 'com.android.library' version '8.7.3' apply false
5+
id 'org.jetbrains.kotlin.android' version '2.1.20-Beta1' apply false
66
}
77

88
task clean(type: Delete) {
99
delete rootProject.buildDir
10-
}
10+
}

0 commit comments

Comments
 (0)