Skip to content

Commit

Permalink
Update README for new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquim-verges committed Nov 23, 2020
1 parent 8f9c9d8 commit 3da3653
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Lightweight & intuitive framework for Android & iOS powered by Kotlin Multiplatf

[![Maven Central](https://img.shields.io/maven-central/v/com.joaquimverges.helium/helium-core.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:com.joaquimverges.helium) [![Build Status](https://app.bitrise.io/app/9b5a174b9921d71f/status.svg?token=OXeY3aZX53ttCYvqZjEjqw&branch=master)](https://app.bitrise.io/app/9b5a174b9921d71f)
```groovy
implementation 'com.joaquimverges.helium:helium-core:x.y.z' // core classes (multi platform)
implementation 'com.joaquimverges.helium:helium-core:x.y.z' // core classes (Kotlin Multiplatform project)
// or
implementation 'com.joaquimverges.helium:helium-core-android:x.y.z' // core classes (Android project)
implementation 'com.joaquimverges.helium:helium-compose:x.y.z' // Jetpack Compose integration (Android)
implementation 'com.joaquimverges.helium:helium-ui:x.y.z' // ui components (Android)
Expand Down

0 comments on commit 3da3653

Please sign in to comment.