1 Star 0 Fork 2

yaoyao/callkit-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
jenkins 提交于 2024-06-06 11:10 . feat: update CallKit version to 5.8.2
apply plugin: 'com.android.library'
android {
compileSdkVersion 34
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionName "5.8.2_OpenSourceCode"
}
sourceSets {
main {
manifest.srcFile 'src/main/AndroidManifest.xml'
jniLibs.srcDirs = ['libs']
}
}
}
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api project(':imkit')
api project(':calllib')
implementation 'androidx.media:media:1.2.1'
implementation 'com.github.bumptech.glide:glide:4.9.0'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yaoyao5201314/callkit-android.git
git@gitee.com:yaoyao5201314/callkit-android.git
yaoyao5201314
callkit-android
callkit-android
master

搜索帮助