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
- Host: GitHub
- URL: https://github.com/aarav90-cpu/hydrochroma
- Owner: Aarav90-cpu
- License: apache-2.0
- Created: 2026-01-16T14:56:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-14T07:38:37.000Z (4 months ago)
- Last Synced: 2026-02-14T15:56:17.820Z (4 months ago)
- Topics: android, android-library, android-studio, androistudio, chroma, gradle, human-made, hydro, jepackcompose, jetpack, kotlin-android, liquidglass
- Language: Kotlin
- Homepage: https://github.com/Aarav90-cpu/HydroChroma/wiki/1)-Get-Started
- Size: 5.32 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/#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`
---