We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214f9fe commit 29279e6Copy full SHA for 29279e6
1 file changed
build.gradle
@@ -1,15 +1,15 @@
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.3.50'
+ ext.kotlin_version = '1.9.0'
5
6
repositories {
7
google()
8
mavenCentral()
9
}
10
11
dependencies {
12
- classpath 'com.android.tools.build:gradle:3.5.1'
+ classpath 'com.android.tools.build:gradle:8.3.0'
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
15
// NOTE: Do not place your application dependencies here; they belong
0 commit comments