Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 202 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 202 Bytes

android 简单项目框架搭建

allprojects {
    repositories {
        ...
    maven { url 'https://jitpack.io' }
   }
 }

compile 'com.github.Mypyx:android_framework:1.0.2'