updated gradle to 8.5.0

This commit is contained in:
Josia Pietsch 2024-07-06 21:23:28 +02:00
parent 57ccc589d6
commit 51c0f31700
Signed by: jrpie
GPG key ID: E70B571D66986A2D
6 changed files with 13 additions and 7 deletions

View file

@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.72'
ext.kotlin_version = '1.6.21'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:8.5.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong