Skip to content

Commit 9253a7c

Browse files
committed
2 parents 6ac619d + f235491 commit 9253a7c

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,24 @@ Just like how you can set a `colorTheme`, you can also set a `typeTheme` that de
166166

167167
### Installation
168168

169-
Coming soon....
169+
1. Add this in your **root** build.gradle at the end of repositories:
170+
```
171+
allprojects {
172+
repositories {
173+
...
174+
maven { url 'https://jitpack.io' }
175+
}
176+
}
177+
```
178+
179+
2. Add the dependency in your app module's build.gradle:
180+
```
181+
dependencies {
182+
implementation "com.github.steamclock:compose_components:<VERSION>"
183+
}
184+
```
185+
Most recent version can be found [here](https://github.com/steamclock/compose-components/releases)
186+
187+
3. Sync your project gradle files
188+
189+
4. NiceComponents should now be available in the project.

0 commit comments

Comments
 (0)