Skip to content

A small library of helpful classes for working with Android.

License

Notifications You must be signed in to change notification settings

abuicke/caimito

Repository files navigation

caimito

To add the dependency to your Android project:

  1. Add the Sonatype Maven repository to your settings.gradle.kts file.
repositories {
    maven(url = "https://s01.oss.sonatype.org/content/repositories/releases/")
}
  1. Add the library to your dependencies
dependencies {
  // Pick one:

  // 1. Use caimito in your implementation only:
  implementation("dev.gravitycode.caimito:caimito:2.0.2")

  // 2. Use caimito types in your public API:
  api("dev.gravitycode.caimito:caimito:2.0.2")
}

About

A small library of helpful classes for working with Android.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published