apply plugin: 'com.android.library' android { compileSdkVersion 29 buildToolsVersion "29.0.3" defaultConfig { minSdkVersion 21 targetSdkVersion 29 } } dependencies { implementation project(':AliyunSVideoBase') implementation project(':AliyunVideoCommon') implementation 'com.aliyun.video.android:svideopro:3.32.1'//基础版短视频SDK必须依赖。 implementation 'androidx.cardview:cardview:1.0.0' implementation 'com.google.android.material:material:1.0.0' implementation project(path: ':KlcUtils') }