Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
fix kernel mode enable bug
  • Loading branch information
zaneschepke committed Sep 20, 2024
1 parent 911ed14 commit bd76ee5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd76ee5

Please sign in to comment.