feat: Add Palette library for color extraction and enhance avatar handling in ProfileScreen

This commit is contained in:
k1ngsterr1
2026-01-31 05:16:34 +05:00
parent 5fdd30b0ae
commit 430c7d9007
4 changed files with 83 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ dependencies {
// Icons extended
implementation("androidx.compose.material:material-icons-extended:1.5.4")
// Tabler Icons for Compose
implementation("br.com.devsrsouza.compose.icons:tabler-icons:1.1.0")
@@ -102,6 +102,9 @@ dependencies {
// Blurhash for image placeholders
implementation("com.vanniktech:blurhash:0.1.0")
// Palette for extracting colors from images
implementation("androidx.palette:palette-ktx:1.0.0")
// Crypto libraries for key generation
implementation("org.bitcoinj:bitcoinj-core:0.16.2")
implementation("org.bouncycastle:bcprov-jdk15to18:1.77")