NavigationBar for Spaces

This commit is contained in:
Benoit Marty 2025-06-26 12:55:09 +02:00
parent aca27093e1
commit 9eb57a72bf
12 changed files with 254 additions and 24 deletions

View file

@ -44,6 +44,7 @@ appyx = "1.7.1"
sqldelight = "2.1.0"
wysiwyg = "2.38.4"
telephoto = "0.16.0"
haze = "1.6.4"
# Dependency analysis
dependencyAnalysis = "2.19.0"
@ -191,6 +192,8 @@ maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:3.0.2"
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.2"
opusencoder = "io.element.android:opusencoder:1.2.0"
zxing_cpp = "io.github.zxing-cpp:android:2.3.0"
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
haze_materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" }
# Analytics
posthog = "com.posthog:posthog-android:3.19.0"