Bump dependencies

This commit is contained in:
sim 2025-01-31 10:39:04 +00:00
parent 891a840ca5
commit 4391bc27c0
2 changed files with 5 additions and 4 deletions

View file

@ -44,5 +44,6 @@ class RestartWorker(ctx: Context, params: WorkerParameters) : Worker(ctx, params
// a uaid yet, it will be created during the initial sync // a uaid yet, it will be created during the initial sync
return true return true
} }
override fun isServiceStarted(context: Context): Boolean = FgService.isServiceStarted()
} }
} }

View file

@ -1,15 +1,15 @@
[versions] [versions]
android-gradle-plugin = "8.7.3" android-gradle-plugin = "8.7.3"
androidx-activityCompose = "1.10.0" androidx-activityCompose = "1.10.0"
androidx-animationAndroid = "1.7.6" androidx-animationAndroid = "1.7.7"
androidx-constraintlayout = "2.2.0" androidx-constraintlayout = "2.2.0"
androidx-coordinatorlayout = "1.2.0" androidx-coordinatorlayout = "1.2.0"
androidx-coreKtx = "1.15.0" androidx-coreKtx = "1.15.0"
androidx-lifecycle = "2.8.7" androidx-lifecycle = "2.8.7"
androidx-runtimeAndroid = "1.7.6" androidx-runtimeAndroid = "1.7.7"
androidx-work = "2.10.0" androidx-work = "2.10.0"
appcompat = "1.7.0" appcompat = "1.7.0"
unifiedpush_distributor = "0.2.0" unifiedpush_distributor = "0.2.2"
unifiedpush_distributor_ui = "0.2.0" unifiedpush_distributor_ui = "0.2.0"
kotlin = "2.1.0" kotlin = "2.1.0"
kotlinx_serializationJson = "1.8.0" kotlinx_serializationJson = "1.8.0"
@ -17,7 +17,7 @@ ktlint = "12.1.2"
material = "1.12.0" material = "1.12.0"
material3Android = "1.3.1" material3Android = "1.3.1"
okhttp = "5.0.0-alpha.14" okhttp = "5.0.0-alpha.14"
uiTooling = "1.7.6" uiTooling = "1.7.7"
[libraries] [libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }