mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update build.gradle.kts
This commit is contained in:
parent
504258bf15
commit
9ffa198c0f
1 changed files with 4 additions and 4 deletions
|
@ -6,9 +6,9 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
// we stay on low ver because prerelease build gradle is fucked
|
||||
classpath("com.android.tools.build:gradle:7.3.1")
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20")
|
||||
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.5.0")
|
||||
classpath("com.android.tools.build:gradle:7.3.2")
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
|
||||
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.5.1")
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle.kts files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue