Skip to content

ZhuoKeTeam/WapperFrescoHelper

Repository files navigation

WapperFrescoHelper

Fresco 使用封装

对该库的二次封装:https://github.com/hpdx/fresco-helper

如何使用:

1.在根项目下的 build.gradle 添加如下代码:

allprojects {  
    repositories {  
        ...  
        maven { url 'https://jitpack.io' }  
    }  
}  

2.在项目下的 build.gradle 添加依赖:

dependencies {  
    compile 'com.github.ZhuoKeTeam:WapperFrescoHelper:1.0.0'      
}