美文网首页
快速启搭建Android项目所需要的库

快速启搭建Android项目所需要的库

作者: HWilliamgo | 来源:发表于2019-10-14 18:10 被阅读0次

    工具类

    implementation 'com.blankj:utilcode:1.25.9'
    
    // if u use AndroidX, use the following
    implementation 'com.blankj:utilcodex:1.25.9'
    

    权限请求

    //for androidx
    implementation "com.hwilliamgo:fastpermission-x:1.0.0"
    

    持续更新...

    相关文章

      网友评论

          本文标题:快速启搭建Android项目所需要的库

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