Update build.gradle.kts

This commit is contained in:
Manna Huizar 2023-10-25 09:25:07 -05:00 committed by GitHub
parent 504258bf15
commit 9ffa198c0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,9 @@ buildscript {
} }
dependencies { dependencies {
// we stay on low ver because prerelease build gradle is fucked // we stay on low ver because prerelease build gradle is fucked
classpath("com.android.tools.build:gradle:7.3.1") classpath("com.android.tools.build:gradle:7.3.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.5.0") classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.5.1")
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle.kts files // in the individual module build.gradle.kts files