-
Notifications
You must be signed in to change notification settings - Fork 2
Home
GitHubWebb edited this page Nov 25, 2020
·
3 revisions
1.需要在根Build.gradle中配置jitpack依赖
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
2.在需要调用的module dependencies 中,加入
implementation com.github.GitHubWebb.frameLibraryWidget:frameLibraryWidget:2.0.6-androidx
- 增加GlideUtil封装
- 增加URL协议校验
- 增加ShowImagesDialog支持跳转指定图片
- 重写ShowImagesDialog.show方法,避免数据异常时候崩溃