diff --git a/build.gradle.kts b/build.gradle.kts index 3ba5b9b6e..77a7b8cf6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ 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("com.github.recloudstream:gradle:-SNAPSHOT") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21") } }