From a30358452290ef78b86bab6fdb91999e334e7d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20Sancak?= Date: Wed, 15 Nov 2023 07:22:14 +0300 Subject: [PATCH] fix build.gradle.kts (#375) --- 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") } }