An open API service indexing awesome lists of open source software.

https://github.com/aarav90-cpu/hydrochroma

Jetpack Compose Library for Android
https://github.com/aarav90-cpu/hydrochroma

android android-library android-studio androistudio chroma gradle human-made hydro jepackcompose jetpack kotlin-android liquidglass

Last synced: 4 months ago
JSON representation

Jetpack Compose Library for Android

Awesome Lists containing this project

README

          

# **HydroChroma**

**By ARK Studios**

---

***Check out the wiki for the [Documentation](https://github.com/Aarav90-cpu/HydroChroma/wiki)***

---
[![](https://jitpack.io/v/Aarav90-cpu/HydroChroma.svg)](https://jitpack.io/#Aarav90-cpu/HydroChroma)
---

### APK File Link (GOOGLE DRIVE) [HydroChroma.apk](https://drive.google.com/file/d/1awLP9H_0dUQkWwMA5qLKubvmBHD4N1F9/view?usp=sharing)

**How to implement**

>Step 1 :

Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

```

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}

```

>Step 2:

Add the dependency

```
dependencies {
implementation("com.github.Aarav90-cpu:HydroChroma:")
}
```

---

**Credits and License**

>This project uses a `Apache License 2.0`

This project uses the [Android Liquid Glass](https://github.com/Kyant0/AndroidLiquidGlass) and the [Capsule Library](https://github.com/Kyant0/Capsule) by [kyant0](https://github.com/Kyant0). These Libraries also use the `Apache 2.0 License`

---