Skip to content

Commit f70eec4

Browse files
Last Sync: 2026-07-08 10:35 (Mobile)
1 parent c06e5cc commit f70eec4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import com.android.build.gradle.LibraryExtension
1+
import com.android.build.api.dsl.LibraryExtension
22
import com.lagradost.cloudstream3.gradle.CloudstreamExtension
33
import org.gradle.kotlin.dsl.register
44
import 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")

0 commit comments

Comments
 (0)