fix: add action and tunnel name to kernel notification (#490)

This commit is contained in:
Zane Schepke
2024-12-12 23:54:08 -05:00
committed by GitHub
parent 1120a8fc81
commit 62daf138dd
6 changed files with 60 additions and 61 deletions
+3 -3
View File
@@ -16,7 +16,7 @@ junit = "4.13.2"
kotlinx-serialization-json = "1.7.3"
lifecycle-runtime-compose = "2.8.7"
material3 = "1.3.1"
navigationCompose = "2.8.4"
navigationCompose = "2.8.5"
pinLockCompose = "1.0.4"
roomVersion = "2.6.1"
timber = "5.0.1"
@@ -24,8 +24,8 @@ tunnel = "1.2.1"
androidGradlePlugin = "8.8.0-rc01"
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
composeBom = "2024.11.00"
compose = "1.7.5"
composeBom = "2024.12.01"
compose = "1.7.6"
zxingAndroidEmbedded = "4.3.0"
coreSplashscreen = "1.0.1"
gradlePlugins-grgit = "5.3.0"