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.BaseExtension
1+ import com.android.build.gradle.LibraryExtension
22import com.lagradost.cloudstream3.gradle.CloudstreamExtension
33import org.gradle.kotlin.dsl.register
44import org.jetbrains.kotlin.gradle.dsl.JvmTarget
@@ -27,8 +27,7 @@ allprojects {
2727}
2828
2929fun Project.cloudstream (configuration : CloudstreamExtension .() -> Unit ) = extensions.getByName<CloudstreamExtension >(" cloudstream" ).configuration()
30-
31- fun Project.android (configuration : BaseExtension .() -> Unit ) = extensions.getByName<BaseExtension >(" android" ).configuration()
30+ fun Project.android (configuration : LibraryExtension .() -> Unit ) = extensions.getByName<LibraryExtension >(" android" ).configuration()
3231
3332subprojects {
3433 apply (plugin = " com.android.library" )
@@ -44,8 +43,8 @@ subprojects {
4443
4544 defaultConfig {
4645 minSdk = 21
47- compileSdkVersion( 35 )
48- targetSdk = 35
46+ compileSdk = 37
47+ targetSdk = 37
4948 }
5049
5150 compileOptions {
You can’t perform that action at this time.
0 commit comments