我想在我的项目中编译以下库build.gradle:
https://github.com/theDazzler/Android-Bootstrap
它是从https://github.com/Bearded-Hen/Android-Bootstrap分叉的,但是存储库中没有文档说明如何包含在项目中.
我试过这样的事情:
compile 'com.theDazzler:androidbootstrap:+'
Run Code Online (Sandbox Code Playgroud)
但gradle失败并显示找不到库的错误.
编辑:任何人都可以分叉和/或发布它吗?