gradle: fix build.gradle.kts (#375)
This commit is contained in:
parent
d8bf9df76b
commit
1047141d38
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue