Skip to content

Commit

Permalink
fix build.gradle.kts (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyiflerolsun authored Nov 15, 2023
1 parent 5e544d9 commit a303584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down

0 comments on commit a303584

Please sign in to comment.