1 Star 0 Fork 286

Shwan / GSYVideoPlayer

forked from CarGuo / GSYVideoPlayer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dependencies.gradle 2.65 KB
一键复制 编辑 原始数据 按行查看 历史
CarGuo 提交于 2021-07-12 11:56 . update demo & remove butterKnife
ext {
//Android
androidBuildToolsVersion = "30.0.3"
androidMinSdkVersion = 19
androidTargetSdkVersion = 30
androidCompileSdkVersion = 30
otherVersion = '1.0.0'
butterKnifeVersion = '10.2.3'
CarGuoIjk = '1.0.0'
DanmakuFlameMaster = '0.9.25'
DanmakuFlameMasterSo = '0.9.24'
transitionseverywhere = '2.1.0'
floatWindow = '1.0.6'
leakcanary = '2.7'
glideVersion = '4.12.0'
gsyVideoVersion = '8.1.2'
exo_player2 = '2.14.1'
permissionsdispatcher = '4.8.0'
androidDependencies = [
recyclerView: "androidx.recyclerview:recyclerview:1.2.1",
appCompat : "androidx.appcompat:appcompat:1.3.0",
design : "com.google.android.material:material:1.4.0",
viewpager2 : "androidx.viewpager2:viewpager2:${otherVersion}",
core : "androidx.core:core:1.6.0",
annotation : "androidx.annotation:annotation:1.2.0"
]
viewDependencies = [
ijkplayer_java : "com.github.CarGuo:GSYIjkJava:${CarGuoIjk}",
transitionseverywhere: "com.andkulikov:transitionseverywhere:${transitionseverywhere}",
DanmakuFlameMaster : "com.github.ctiao:DanmakuFlameMaster:${DanmakuFlameMaster}",
floatWindow : "com.github.yhaolpz:FloatWindow:${floatWindow}",
ndkBitmap : [
"com.github.ctiao:ndkbitmap-armv7a:${DanmakuFlameMasterSo}",
"com.github.ctiao:ndkbitmap-armv5:${DanmakuFlameMasterSo}",
"com.github.ctiao:ndkbitmap-x86:${DanmakuFlameMasterSo}",
],
glide : [
"com.github.bumptech.glide:glide:${glideVersion}",
"com.github.bumptech.glide:okhttp3-integration:$glideVersion"
],
exoPlayer2 : [
"com.google.android.exoplayer:exoplayer:${exo_player2}",
"com.google.android.exoplayer:extension-rtmp:${exo_player2}"
]
]
dataDependencies = [
videocache : "com.shuyu:gsyvideoplayer-androidvideocache:${gsyVideoVersion}",
leakcanary : "com.squareup.leakcanary:leakcanary-android:${leakcanary}",
okhttp : "com.squareup.okhttp3:okhttp:4.9.1",
okhttpUtil : "com.zhy:okhttputils:2.6.2",
permissionsdispatcher : "org.permissionsdispatcher:permissionsdispatcher:${permissionsdispatcher}",
permissionsdispatcherProcessor: "org.permissionsdispatcher:permissionsdispatcher-processor:${permissionsdispatcher}",
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/permtbo/GSYVideoPlayer.git
git@gitee.com:permtbo/GSYVideoPlayer.git
permtbo
GSYVideoPlayer
GSYVideoPlayer
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891