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
- Host: GitHub
- URL: https://github.com/redmadrobot/android-library-template
- Owner: RedMadRobot
- License: mit
- Created: 2024-06-05T09:32:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-04T20:28:11.000Z (2 months ago)
- Last Synced: 2026-06-04T22:11:29.982Z (2 months ago)
- Language: Shell
- Size: 88.9 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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]
%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