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 239da79 commit 5bf5821Copy full SHA for 5bf5821
build.gradle
@@ -1,13 +1,13 @@
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.6.10'
+ ext.kotlin_version = '1.9.23'
5
repositories {
6
google()
7
jcenter()
8
}
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:4.2.2'
+ classpath 'com.android.tools.build:gradle:8.5.1'
11
classpath 'me.tatarka:gradle-retrolambda:3.3.1'
12
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13
0 commit comments