chore: bump versions

fix kernel mode enable bug
This commit is contained in:
Zane Schepke 2024-09-19 23:18:57 -04:00
parent 911ed140e0
commit bd76ee5392
2 changed files with 6 additions and 6 deletions

View File

@ -512,7 +512,7 @@ fun SettingsScreen(
uiState.settings.isAutoTunnelEnabled ||
uiState.settings.isAlwaysOnVpnEnabled ||
(uiState.vpnState.status == TunnelState.UP) ||
kernelSupport
!kernelSupport
),
checked = uiState.settings.isKernelEnabled,
padding = screenPadding,

View File

@ -14,19 +14,19 @@ hiltAndroid = "2.52"
hiltNavigationCompose = "1.2.0"
junit = "4.13.2"
kotlinx-serialization-json = "1.7.2"
lifecycle-runtime-compose = "2.8.5"
lifecycle-runtime-compose = "2.8.6"
material3 = "1.3.0"
multifabVersion = "1.1.1"
navigationCompose = "2.8.0"
navigationCompose = "2.8.1"
pinLockCompose = "1.0.3"
roomVersion = "2.6.1"
timber = "5.0.1"
tunnel = "1.2.1"
androidGradlePlugin = "8.6.0"
androidGradlePlugin = "8.6.1"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
composeBom = "2024.09.01"
compose = "1.7.1"
composeBom = "2024.09.02"
compose = "1.7.2"
zxingAndroidEmbedded = "4.3.0"
coreSplashscreen = "1.0.1"
gradlePlugins-grgit = "5.2.2"