kevin chen

Results 6 comments of kevin chen

我发现了这个链接里边有提到解决办法:https://github.com/lingochamp/okdownload/issues/31#issuecomment-388359541

我发现了这个链接里边有提到解决办法:https://github.com/lingochamp/okdownload/issues/31#issuecomment-388359541

> 你好,这个错误解决了吗,我引入也报这个错误 可以用这个https://github.com/DarkAdventurer93/lancet

case DragEvent.ACTION_DRAG_ENDED: getView(lastDraggingPosition).clearAnimation(); break;

> 推荐使用[AndroidAOP](https://github.com/FlyJingFish/AndroidAOP) 支持AGP 8 @FlyJingFish 建议把 lancet 中的使用方法如何迁移到AndroidAOP写一个迁移文档,这样大家才会更愿意迁移

适配了 gradle 8.x.x,有需要的自取 ## 如何使用 ``` 1. 在根目录的build.gralde下添加 allprojects { repositories { ... maven { url 'https://jitpack.io' } } } buildscript { dependencies { // 添加插件依赖 classpath "com.github.chenyi2013.ARouters:arouter-register:2.0.2" classpath "com.android.tools.build:gradle:8.x.x"...