gradle: Update to 8.7.3. Maybe all ok?

This commit is contained in:
CakesTwix 2025-01-13 20:47:22 +02:00
parent 69263fb089
commit a2edc84057
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 9 additions and 13 deletions

View file

@ -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
}
}

View file

@ -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