Skip to content

WIP reconstruction of my original design language in Jetpack Compose.

License

Notifications You must be signed in to change notification settings

yasanglass/concrete-compose

Repository files navigation

Concrete

Build status Latest release Monthly downloads

WIP reconstruction of my original design language in Jetpack Compose. The implementation is highly inspired by orbit-compose.

Download

  1. Add it in your root build.gradle at the end of repositories
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
  1. Add the dependency
dependencies {
    implementation 'com.github.yasanglass:concrete-compose:<version>'
}

About

WIP reconstruction of my original design language in Jetpack Compose.

Resources

License

Stars

Watchers

Forks

Languages