Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 720 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 720 Bytes

BaseLibrary

AppVeyor AppVeyor AppVeyor AppVeyor AppVeyor

App常用框架封装

使用

AppVeyor

在app module 的 build.gardle 中添加

  
    dependencies {
    
      implementation 'com.pengyu:BaseLibrary:0.1.0'
      
    }