Skip to content

Commit e846cc9

Browse files
committed
Update androidx.lifecycle to stable 2.6.1
And match `androidx.profileinstaller` transitive dependency version `1.3.0`. Fixes the following error: ``` java.lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider: androidx.startup.StartupException: androidx.startup.StartupException: java.lang.IllegalStateException: ProcessLifecycleInitializer cannot be initialized lazily. ```
1 parent 9a6fca1 commit e846cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ androidxCoreSplashscreen = "1.0.0"
1414
androidxDataStore = "1.0.0"
1515
androidxEspresso = "3.5.0"
1616
androidxHiltNavigationCompose = "1.0.0"
17-
androidxLifecycle = "2.6.0-alpha05"
17+
androidxLifecycle = "2.6.1"
1818
androidxMacroBenchmark = "1.1.1"
1919
androidxMetrics = "1.0.0-alpha03"
2020
androidxNavigation = "2.5.3"
21-
androidxProfileinstaller = "1.2.1"
21+
androidxProfileinstaller = "1.3.0"
2222
androidxStartup = "1.1.1"
2323
androidxTestCore = "1.5.0"
2424
androidxTestExt = "1.1.4"

0 commit comments

Comments
 (0)