Merge pull request #10035 from Stypox/update-gradle

Upgrade Gradle and AGP from 7.x to 8.x and use Java 17
This commit is contained in:
Isira Seneviratne 2023-04-20 19:55:31 +05:30 committed by GitHub
commit 7c6ede42f7
8 changed files with 44 additions and 28 deletions

View file

@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.0'
classpath 'com.android.tools.build:gradle:8.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong