同步ios接听界面
This commit is contained in:
26
callkit/build.gradle
Normal file
26
callkit/build.gradle
Normal file
@@ -0,0 +1,26 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
versionName "5.6.5"
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
manifest.srcFile 'src/main/AndroidManifest.xml'
|
||||
jniLibs.srcDirs = ['libs']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
api project(path: ':common')
|
||||
|
||||
implementation 'androidx.media:media:1.2.1'
|
||||
implementation 'com.github.bumptech.glide:glide:4.9.0'
|
||||
}
|
||||
Reference in New Issue
Block a user