android 基础框架依赖库
AndroidBaseModule android base module project 基础的Android开发依赖包,独立出来主要是为了持续更新,方便多个项目同时使用,同步更新;同时使工程结构更加简洁。 使用方式 1) 新工程建议直接下载AndroidMouldProject,修改包名后在此基础上开发; or 2) Add Library module as a dependency in your build.gradle file. Add the dependency dependencies { compile 'com.github.BrillantZhao:AndroidBaseModule:1.1.2.48' } 项目结构 用到的第三方库 //=== butterKnife (https://github.com/JakeWharton/butterknife) "butterknife" : "com.jakewharton:butterknife:${butterKnifeVersion}", "butterknife-compiler" : "com.jake...