android-notes / android-notes/Cockroach
不想直接依赖源码的看这里
Open
- Dominant language
- Java
- Stars
- 3.3k
- Forks
- 449
- PR merge metrics
- No merged PRs in 30d
Description
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
```
dependencies {
implementation 'com.github.SJJ-dot:Cockroach:2.0.1'
}
```
- jitpack 自动打的包
- `2.0` 直接fork的源码只修改了gradle的版本
- `2.0.1` 增加了 按键崩溃 退出,可修改需要直接崩溃的方法。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.