Skip to content

Commit

Permalink
Fix potential lifecycle crash
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jul 8, 2024
1 parent 866c754 commit e0c71e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ plugins {
alias(libs.plugins.about.libraries)
alias(libs.plugins.crashlytics)
alias(libs.plugins.google.services)
alias(libs.plugins.feedflow.detekt)
}

val local = Properties()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ voyager = "1.0.0"
ktor = "2.3.11"
dropbox-core = "7.0.0"
workmanager = "2.9.0"
lifecycleProcess = "2.8.2"
lifecycleProcess = "2.7.0"
android-material3 = "1.3.0-beta04"

[libraries]
Expand Down
1 change: 1 addition & 0 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
alias(libs.plugins.android.library)
alias(libs.plugins.ksp)
alias(libs.plugins.native.coroutines)
alias(libs.plugins.feedflow.detekt)
}

kotlin {
Expand Down

0 comments on commit e0c71e9

Please sign in to comment.