Skip to content

RedMadRobot/android-library-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

615314b · Jul 31, 2024

History

24 Commits
Jul 31, 2024
Jul 3, 2024
Jul 31, 2024
Jul 3, 2024
Jul 31, 2024
Jul 3, 2024
Jul 31, 2024
Jul 3, 2024
Jul 3, 2024
Jul 3, 2024
Jul 31, 2024
Jul 3, 2024
Jul 31, 2024
Jul 31, 2024
Jul 3, 2024
Jul 3, 2024
Jul 3, 2024
Jul 31, 2024
Jul 31, 2024
Jul 31, 2024
Jul 3, 2024
Jul 31, 2024

Repository files navigation

%Stub%

Checklist after repository creation

  • Update developers in publishing plugin
  • Remove Cleanup step from main.yml
  • Update library description in README and in build.gradle.kts
  • Update Usage guide
  • Revise the logic in convention-plugins in buildSrc and remove everything you don't need

License

%Stub% and no more spoilers.


Installation

Add the dependency:

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.redmadrobot.%stub%:%stub%:<version>")
}

Usage

TODO: Add usage guide

Contributing

Read the Contributing Guide if you're interested in contribution to the project.