/AppCore

安卓核心库,所有项目可依赖

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

AppCore

安卓核心库,所有项目可依赖

  • 1 新项目里新建一个目录central
  • 2 在.gitignore里忽略这个目录 central/
  • 2 cd central
  • 3 git init
  • 4 git remote add origin https://github.com/cowthan/AppCore.git
  • 5 git pull origin master