From ced1568552e399a900128a4de975c6f73ba9d86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20Sancak?= Date: Tue, 14 Nov 2023 22:49:00 +0300 Subject: [PATCH] fix build.gradle.kts --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f78b761e..e100fc8e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,8 +12,8 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:7.0.4") // Cloudstream gradle plugin which makes everything work and builds plugins - classpath("com.github.recloudstream:gradle:master-SNAPSHOT") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10") + classpath("com.github.recloudstream:gradle:-SNAPSHOT") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0") } }