You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FONGMITV/thunder/build.gradle

25 lines
568 B

plugins {
alias libs.plugins.android.library
}
android {
namespace = 'com.ghost.thunder'
compileSdk libs.versions.compileSdk.get().toInteger()
defaultConfig {
minSdk libs.versions.minSdk.get().toInteger()
targetSdk libs.versions.targetSdk.get().toInteger()
}
compileOptions {
coreLibraryDesugaringEnabled = true
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
}
dependencies {
implementation project(':catvod')
coreLibraryDesugaring libs.desugar
}