Skip to content

padamchopra/Biblioteca

Repository files navigation

Biblioteca

A library to showcase compose components and edit theme at run-time

Getting Started

  • Add jitpack as a source to your project level build.gradle
buildScript {
  ..
  repositories {
      ..
      maven{ url 'https://jitpack.io' }
  }
}
  • Add Biblioteca as a dependency in the build.gradle for the module (example: :app) from where you want to launch it
dependencies {
  ..
  implementation 'com.github.padamchopra:Biblioteca:v$biblioteca_version'
}
  • Replace {$biblioteca_version} with the latest version you see in the jitpack badge. For example:
dependencies {
  ..
  implementation 'com.github.padamchopra:Biblioteca:v0.1'
}

Usage

  • Refer to the :app module of this project to view a sample implementation

About

A library to showcase compose components and edit theme at run-time

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages