File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import com.android.build.gradle .LibraryExtension
1+ import com.android.build.api.dsl .LibraryExtension
22import com.lagradost.cloudstream3.gradle.CloudstreamExtension
33import org.gradle.kotlin.dsl.register
44import org.jetbrains.kotlin.gradle.dsl.JvmTarget
@@ -40,11 +40,10 @@ subprojects {
4040
4141 android {
4242 namespace = " com.miku"
43+ compileSdk = 35
4344
4445 defaultConfig {
4546 minSdk = 21
46- compileSdk = 37
47- targetSdk = 37
4847 }
4948
5049 compileOptions {
@@ -66,8 +65,8 @@ subprojects {
6665 }
6766
6867 dependencies {
69- val implementation by configurations
70- val cloudstream by configurations
68+ val implementation = configurations.getByName( " implementation " )
69+ val cloudstream = configurations.getByName( " cloudstream " )
7170
7271 // Cloudstream dependencies
7372 cloudstream(" com.lagradost:cloudstream3:pre-release" )
You can’t perform that action at this time.
0 commit comments