diff --git a/build.gradle.kts b/build.gradle.kts index 762e4588..399c6c40 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,9 +6,9 @@ buildscript { } dependencies { // we stay on low ver because prerelease build gradle is fucked - classpath("com.android.tools.build:gradle:7.3.1") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20") - classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.5.0") + classpath("com.android.tools.build:gradle:7.3.2") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21") + classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.5.1") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle.kts files @@ -24,4 +24,4 @@ allprojects { tasks.register("clean", Delete::class) { delete(rootProject.buildDir) -} \ No newline at end of file +}