Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 901 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 901 Bytes

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>'
}