Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 350 Bytes

File metadata and controls

15 lines (15 loc) · 350 Bytes

basecode

个人项目使用的基础框架 使用参考app里面的demo 集成了众多类库

   // 根目录的build.gradle
   repositories {
        jcenter()
        maven { url "https://jitpack.io" }
   }
   // 项目目录的build.gradle
   dependencies {
         implementation 'com.github.yanfulei:basecode:release版本'
   }