Skip to content

Commit

Permalink
Update build.gradle.kts (#7)
Browse files Browse the repository at this point in the history
* Update build.gradle.kts

* Update build.gradle.kts
  • Loading branch information
Luna712 authored Dec 22, 2023
1 parent 2156bcb commit 60e7a8d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 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.21")
}
}

Expand Down Expand Up @@ -41,11 +41,10 @@ subprojects {
}

android {
compileSdkVersion(30)

defaultConfig {
minSdk = 21
targetSdk = 30
compileSdkVersion(33)
targetSdk = 33
}

compileOptions {
Expand Down Expand Up @@ -76,8 +75,8 @@ subprojects {
// but you dont need to include any of them if you dont need them
// https://github.com/recloudstream/cloudstream/blob/master/app/build.gradle
implementation(kotlin("stdlib")) // adds standard kotlin features, like listOf, mapOf etc
implementation("com.github.Blatzar:NiceHttp:0.3.2") // http library
implementation("org.jsoup:jsoup:1.13.1") // html parser
implementation("com.github.Blatzar:NiceHttp:0.4.4") // http library
implementation("org.jsoup:jsoup:1.16.2") // html parser
}
}

Expand Down

0 comments on commit 60e7a8d

Please sign in to comment.