Skip to content

Commit

Permalink
Merge pull request #108 from jsoberg/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies (except kotlin)
  • Loading branch information
jsoberg authored Feb 1, 2025
2 parents 638f373 + 98ecba1 commit 4461f01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ object Versions {
object Android {
object Sdk {
const val min = 23
const val compile = 34
const val target = 34
const val compile = 35
const val target = 35
}
}

Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
androidGradlePlugin = "8.7.3"
androidxActivity = "1.9.3"
androidGradlePlugin = "8.8.0"
androidxActivity = "1.10.0"
androidxLifecycle = "2.8.7"
androidxCoreTest = "1.6.1"
assertk = "0.28.1"
composeBom = "2025.01.00"
composeNavigation = "2.8.5"
dagger = "2.54"
dependencyAnalysis = "2.6.1"
dagger = "2.55"
dependencyAnalysis = "2.7.0"
googleAccompanist = "0.36.0"
googleGuava = "33.4.0-jre"
googleMaterial = "1.12.0"
Expand All @@ -21,7 +21,7 @@ kotlinSerialization = "1.8.0"
ksp = "2.1.0-1.0.29"
ktor = "3.0.3"
lottie = "6.6.2"
mockk = "1.13.14"
mockk = "1.13.16"
robolectric = "4.14.1"
turbine = "1.2.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package com.soberg.netinfo.android.infra.compose.ext.event

import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.ui.platform.LocalLifecycleOwner
import androidx.lifecycle.Lifecycle
import androidx.lifecycle.compose.LocalLifecycleOwner
import androidx.lifecycle.flowWithLifecycle
import kotlinx.coroutines.flow.Flow

Expand Down

0 comments on commit 4461f01

Please sign in to comment.