An open API service indexing awesome lists of open source software.

https://github.com/dora4/dview-template

dview开发的代码模板,你也可以拿来学习怎么发布开源项目到jitpack
https://github.com/dora4/dview-template

Last synced: 11 months ago
JSON representation

dview开发的代码模板,你也可以拿来学习怎么发布开源项目到jitpack

Awesome Lists containing this project

README

          

dview-template

![Release](https://jitpack.io/v/dora4/dview-template.svg)
--------------------------------

![dorachat_A_custom_Android_UI_component_with_animated_indicators_82238705-6f21-45e8-9e7c-38aa9845b05c](https://github.com/user-attachments/assets/7dfc5b97-d750-4426-ac11-c8cfa8d318f3)

#### Gradle依赖配置

```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dview-template:1.0'
}
```

1. 修改settings.gradle的rootProject.name
2. 修改lib模块的build.gradle的namespace
3. 修改README.md文件的库名,并删除此步骤提示