From 3da3653018cf4dc6b63775c84dd3ed2956720dc8 Mon Sep 17 00:00:00 2001 From: joaquim-verges Date: Mon, 23 Nov 2020 20:28:05 +0000 Subject: [PATCH] Update README for new dependency --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acde1cf..44211c7 100644 --- a/README.md +++ b/README.md @@ -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)