group 'org.leanflutter.plugins.flutter_superplayer' version '1.0' buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.5.0' } } rootProject.allprojects { repositories { google() jcenter() } } apply plugin: 'com.android.library' android { compileSdkVersion 28 defaultConfig { minSdkVersion 19 } lintOptions { disable 'InvalidPackage' } android { compileOptions { sourceCompatibility 1.8 targetCompatibility 1.8 } } dependencies { implementation 'com.tencent.liteav:LiteAVSDK_Professional:latest.release' implementation 'com.github.ctiao:DanmakuFlameMaster:0.5.4' } }