feat: Add Palette library for color extraction and enhance avatar handling in ProfileScreen
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user