gradle: Update to 8.7.3. Maybe all ok?
This commit is contained in:
parent
69263fb089
commit
a2edc84057
2 changed files with 9 additions and 13 deletions
|
@ -10,10 +10,9 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("com.android.tools.build:gradle:7.0.4")
|
classpath("com.android.tools.build:gradle:8.7.3")
|
||||||
// Cloudstream gradle plugin which makes everything work and builds plugins
|
|
||||||
classpath("com.github.recloudstream:gradle:-SNAPSHOT")
|
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 {
|
android {
|
||||||
compileSdkVersion(33)
|
val cloudstream by configurations
|
||||||
|
val implementation by configurations
|
||||||
defaultConfig {
|
cloudstream("com.lagradost:cloudstream3:pre-release")
|
||||||
minSdk = 21
|
|
||||||
targetSdk = 33
|
|
||||||
}
|
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
@ -77,7 +73,7 @@ subprojects {
|
||||||
// https://github.com/recloudstream/cloudstream/blob/master/app/build.gradle
|
// https://github.com/recloudstream/cloudstream/blob/master/app/build.gradle
|
||||||
implementation(kotlin("stdlib")) // adds standard kotlin features, like listOf, mapOf etc
|
implementation(kotlin("stdlib")) // adds standard kotlin features, like listOf, mapOf etc
|
||||||
implementation("com.github.Blatzar:NiceHttp:0.4.11") // http library
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
6
gradle/wrapper/gradle-wrapper.properties
vendored
6
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
#Sun Feb 20 16:26:11 CET 2022
|
#Mon Jan 13 19:56:56 EET 2025
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
|
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
||||||
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
|
Loading…
Reference in a new issue