Karn / android-library-template

General purpose Android library template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$android-library-name$

Kotlin Build Status Codecov GitHub (pre-)release

GETTING STARTED

$android-library-name$ (pre-)releases are available via JitPack. It is recommended that a specific release version is selected when using the library in production as there may be breaking changes at anytime.

Tip: Test out the canary channel to try out features by using the latest develop snapshot; develop-SNAPSHOT.

// Project level build.gradle
// ...
repositories {
    maven { url 'https://jitpack.io' }
}
// ...

// Module level build.gradle
dependencies {
    // Replace version with release version, e.g. 1.0.0-alpha, -SNAPSHOT
    implementation "com.github.$username$:$repo$:[VERSION]"
}

USAGE

The most basic case is as follows:

CONTRIBUTING

There are many ways to contribute, you can

  • submit bugs,
  • help track issues,
  • review code changes.

About

General purpose Android library template.