美文网首页
Android build.gradle

Android build.gradle

作者: ryanxun | 来源:发表于2021-02-23 17:27 被阅读0次
    //butterknife
    implementation 'com.jakewharton:butterknife:10.2.3'
    annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
    //okhttp3
    implementation("com.squareup.okhttp3:okhttp:4.9.0")
    //圆形图片
    implementation 'de.hdodenhof:circleimageview:3.1.0'
    //动态权限
    implementation 'com.yanzhenjie:permission:2.0.3'
    //导入图片的包
    implementation 'com.github.bumptech.glide:glide:4.11.0'
    //轮播图
    implementation 'com.youth.banner:banner:1.4.10'
    //fastJson
    implementation 'com.alibaba:fastjson:1.2.73'
    //picker三级联动
    implementation 'com.github.gzu-liyujiang.AndroidPicker:Common:2.0.0'
    implementation 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:2.0.0'
    //地图
    implementation 'com.tencent.map:tencent-map-vector-sdk:latest.release'
    implementation 'me.jessyan:autosize:1.1.2'
    //gson
    implementation 'com.google.code.gson:gson:2.8.6'
    //glide
    implementation 'com.github.bumptech.glide:glide:4.11.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
    //utilcodex
    implementation 'com.blankj:utilcodex:1.30.5'
    //EventBus
    implementation 'org.greenrobot:eventbus:3.2.0'


 repositories {
        maven {url "https://jitpack.io"}
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
        maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
        google()
    }

相关文章

网友评论

      本文标题:Android build.gradle

      本文链接:https://www.haomeiwen.com/subject/flvdaktx.html