Skip to content

Commit

Permalink
migrate to work version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imbissbudenaesthetik authored and Sn0wfreezeDev committed Aug 8, 2024
1 parent 3c20f9c commit 8c64ecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ class ATTrackingDetectionApplication : Application(), Configuration.Provider {

private val activityLifecycleCallbacks = ATTDLifecycleCallbacks()

override fun getWorkManagerConfiguration() =
Configuration.Builder()
override val workManagerConfiguration: Configuration
get() = Configuration.Builder()
.setMinimumLoggingLevel(Log.DEBUG)
.setWorkerFactory(workerFactory)
.build()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
ext.room_version = '2.6.1'
ext.compose_version = '1.6.10'
ext.about_libraries_version = '11.2.2'
ext.work_version = '2.8.1'
ext.work_version = '2.9.0'
ext.ksp_version = '2.0.0-1.0.23'

repositories {
Expand Down

0 comments on commit 8c64ecf

Please sign in to comment.