mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Merge pull request #2876 from vector-im/dependabot/gradle/androidx.work-work-runtime-ktx-2.5.0
Bump work-runtime-ktx from 2.4.0 to 2.5.0
This commit is contained in:
commit
4a510d583d
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ dependencies {
|
|||
def arch_version = '2.1.0'
|
||||
def markwon_version = '3.1.0'
|
||||
def daggerVersion = '2.32'
|
||||
def work_version = '2.4.0'
|
||||
def work_version = '2.5.0'
|
||||
def retrofit_version = '2.9.0'
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
|
|
|
@ -296,7 +296,7 @@ dependencies {
|
|||
def moshi_version = '1.11.0'
|
||||
def daggerVersion = '2.32'
|
||||
def autofill_version = "1.1.0"
|
||||
def work_version = '2.4.0'
|
||||
def work_version = '2.5.0'
|
||||
def arch_version = '2.1.0'
|
||||
def lifecycle_version = '2.2.0'
|
||||
|
||||
|
|
Loading…
Reference in a new issue