Update gradle and dependencies to compile with Java 21.
This commit is contained in:
parent
fe5a88bd6a
commit
f728ade6ff
5 changed files with 13 additions and 8 deletions
|
|
@ -5,7 +5,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.2.2'
|
||||
classpath 'com.android.tools.build:gradle:8.3.2'
|
||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
|
||||
}
|
||||
|
|
@ -19,4 +19,4 @@ allprojects {
|
|||
url 'https://jitpack.io'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue