mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-05 04:33:30 -07:00
Bump dependencies
This commit is contained in:
parent
891a840ca5
commit
4391bc27c0
2 changed files with 5 additions and 4 deletions
|
|
@ -44,5 +44,6 @@ class RestartWorker(ctx: Context, params: WorkerParameters) : Worker(ctx, params
|
|||
// a uaid yet, it will be created during the initial sync
|
||||
return true
|
||||
}
|
||||
override fun isServiceStarted(context: Context): Boolean = FgService.isServiceStarted()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
[versions]
|
||||
android-gradle-plugin = "8.7.3"
|
||||
androidx-activityCompose = "1.10.0"
|
||||
androidx-animationAndroid = "1.7.6"
|
||||
androidx-animationAndroid = "1.7.7"
|
||||
androidx-constraintlayout = "2.2.0"
|
||||
androidx-coordinatorlayout = "1.2.0"
|
||||
androidx-coreKtx = "1.15.0"
|
||||
androidx-lifecycle = "2.8.7"
|
||||
androidx-runtimeAndroid = "1.7.6"
|
||||
androidx-runtimeAndroid = "1.7.7"
|
||||
androidx-work = "2.10.0"
|
||||
appcompat = "1.7.0"
|
||||
unifiedpush_distributor = "0.2.0"
|
||||
unifiedpush_distributor = "0.2.2"
|
||||
unifiedpush_distributor_ui = "0.2.0"
|
||||
kotlin = "2.1.0"
|
||||
kotlinx_serializationJson = "1.8.0"
|
||||
|
|
@ -17,7 +17,7 @@ ktlint = "12.1.2"
|
|||
material = "1.12.0"
|
||||
material3Android = "1.3.1"
|
||||
okhttp = "5.0.0-alpha.14"
|
||||
uiTooling = "1.7.6"
|
||||
uiTooling = "1.7.7"
|
||||
|
||||
[libraries]
|
||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue