Merge remote-tracking branch 'origin/master'

This commit is contained in:
jack 2023-11-15 12:22:10 +07:00
commit dc3250bd2e
1 changed files with 2 additions and 2 deletions

View File

@ -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")
}
}