diff --git a/build.gradle.kts b/build.gradle.kts index 31f6e88..4a38b3c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { 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("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21") } } @@ -77,13 +77,12 @@ 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.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3") + implementation("com.github.Blatzar:NiceHttp:0.4.4") // http library + implementation("org.jsoup:jsoup:1.17.1") // html parser implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1") - implementation("org.jsoup:jsoup:1.13.1") // html parser - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4") // delay() - - //run JS - implementation("org.mozilla:rhino:1.7.14") + implementation("org.mozilla:rhino:1.7.13") } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 69a9715..41dfb87 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists