Browse Source

1.增加workmanager引用

master
wangwanlei 10 months ago
parent
commit
cf38231156
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      gradle/libs.versions.toml

+ 2
- 0
gradle/libs.versions.toml View File

@@ -34,6 +34,7 @@ rxandroid = "2.1.1"
34 34
 gittoaster = "12.3"
35 35
 adapterhelper = "3.0.4"
36 36
 cardview = "1.0.0"
37
+work-runtime-ktx = "2.9.0"
37 38
 
38 39
 [libraries]
39 40
 
@@ -89,6 +90,7 @@ smartrefresh-layout-kernel = { module = "io.github.scwang90:refresh-layout-kerne
89 90
 androidx-cardview = { group = "androidx.cardview", name = "cardview", version.ref = "cardview" }
90 91
 
91 92
 jessyanandroidautosize = { module = "com.github.JessYanCoding:AndroidAutoSize", version.ref = "androidautosize" }
93
+androidx-work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work-runtime-ktx" }
92 94
 
93 95
 [plugins]
94 96
 androidApplication = { id = "com.android.application", version.ref = "agp" }

Loading…
Cancel
Save