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

https://github.com/redmadrobot/android-library-template

Android open source library template
https://github.com/redmadrobot/android-library-template

Last synced: about 2 months ago
JSON representation

Android open source library template

Awesome Lists containing this project

README

        

# %Stub%

## Checklist after repository creation

- Update developers in [publishing plugin](buildSrc/src/main/kotlin/convention.publishing.gradle.kts)
- Remove `Cleanup` step from [main.yml](.github/workflows/main.yml)
- Update library description in README and in `build.gradle.kts`
- Update [Usage](#usage) guide
- Revise the logic in convention-plugins in `buildSrc` and remove everything you don't need
---

[![License](https://img.shields.io/github/license/RedMadRobot/%Stub%?style=flat-square)][license]

%Stub% and no more spoilers.

---

- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)

## Installation

Add the dependency:

```groovy
repositories {
mavenCentral()
}

dependencies {
implementation("com.redmadrobot.%stub%:%stub%:")
}
```

## Usage

**TODO:** Add usage guide

## Contributing

Read the [Contributing Guide](CONTRIBUTING.md) if you're interested in contribution to the project.

[license]: LICENSE