We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3bbe4 commit ab6787eCopy full SHA for ab6787e
docs/index.md
@@ -36,7 +36,7 @@ dependencies {
36
implementation "com.just.agentweb:agentweb:4.1.2"
37
38
// 依赖的其他第三方库,具体视平台不同版本而不一致
39
- implementation "com.github.bumptech.glide:glide:3.7.0"
+ implementation "com.github.bumptech.glide:glide:4.5.0" // 低版本 gif加载会叠帧
40
implementation "com.squareup.okhttp3:okhttp:3.8.0"
41
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2'
42
}
0 commit comments