无法引入依赖库
Closed this issue · 11 comments
Describe the bug
无法引入GlideView的依赖库
Affected platforms
Select of the platforms below:
- Android
Affected components
无法引入其他依赖库, 只能引入stecker的依赖库, 不知道是不是我项目和库的依赖,kotlin版本冲突还是编译器的问题
Select of the components below:
- ZoomImageView
- CoilZoomImageView
- GlideZoomImageView
- PicassoZoomImageView
Versions
- zoomimage version*: 1.0.1
- Kotlin version*: 1.6.21
Running Devices
Please accurately describe the device Model, OS version, and CPU Architecture
- XiaoMi Red mi note13; MIUI 14.0.6; arm64
Sample code
无
Reproduction steps
Please provide a detailed step-by-step guide on how to reproduce the issue you are experiencing.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
直接引入依赖库
Additional context
出错了会在你的 build 日志中显示错误信息的,注意看
aliyun 没有同步最新版本 的话就直接用 maven central
谢谢
`
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://maven.aliyun.com/repository/apache-snapshots' }
// 华为开源镜像:https://mirrors.huaweicloud.com
maven { url 'https://repo.huaweicloud.com/repository/maven' }
// JitPack 远程仓库:https://jitpack.io
maven { url 'https://jitpack.io' }
// MavenCentral 远程仓库:https://mvnrepository.com
mavenCentral()
google()
jcenter()
`
正常我在根目录的allprojects.repositories节点都有写, 正常应该在阿里云镜像找不到的话, 应该是去mavencenter找的,
而且在阿里云的镜像库是可以下载下来的, https://maven.aliyun.com/repository/public/io/github/panpf/zoomimage/zoomimage-view-glide/1.0.1/zoomimage-view-glide-1.0.1.aar
我发布包时只需要传到 maven central 就可以了,具体你要怎么下载用哪个镜像你可以自主选择,再者 gradle 仓库的规则我们也无法控制,建议你舍弃一切镜像
好的, 明白, 谢谢
我项目的compileSdkVersion是32, 无法引入啊
引入会不兼容
升级吧 铁子