diff --git a/build.gradle.kts b/build.gradle.kts index e98d242..727d9b4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,10 +10,9 @@ buildscript { } dependencies { - classpath("com.android.tools.build:gradle:7.0.4") - // Cloudstream gradle plugin which makes everything work and builds plugins + classpath("com.android.tools.build:gradle:8.7.3") classpath("com.github.recloudstream:gradle:-SNAPSHOT") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0") } } @@ -41,12 +40,9 @@ subprojects { } android { - compileSdkVersion(33) - - defaultConfig { - minSdk = 21 - targetSdk = 33 - } + val cloudstream by configurations + val implementation by configurations + cloudstream("com.lagradost:cloudstream3:pre-release") compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8 @@ -77,7 +73,7 @@ subprojects { // 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.4.11") // http library - implementation("org.jsoup:jsoup:1.17.2") // html parser + implementation("org.jsoup:jsoup:1.18.3") // html parser } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d2f276a..581ca0e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Feb 20 16:26:11 CET 2022 +#Mon Jan 13 19:56:56 EET 2025 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip +zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME \ No newline at end of file