Fix building for Android with the latest Java version (update to Gradle 8.3)

This commit is contained in:
Wojtek Figat
2023-09-10 14:53:58 +02:00
parent a4312590e7
commit ae27d51dc6
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:8.1.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files