Merge pull request #5697 from nextcloud/dependabot/gradle/androidx.work-work-runtime-ktx-2.3.4

Bump work-runtime-ktx from 2.3.3 to 2.3.4
This commit is contained in:
Tobias Kaminsky 2020-04-08 07:53:10 +02:00 committed by GitHub
commit 2ae9b70c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -300,7 +300,7 @@ dependencies {
implementation 'androidx.exifinterface:exifinterface:1.2.0'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
implementation "androidx.work:work-runtime:2.3.4"
implementation "androidx.work:work-runtime-ktx:2.3.3"
implementation "androidx.work:work-runtime-ktx:2.3.4"
implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
compileOnly 'com.google.code.findbugs:annotations:2.0.1'
implementation 'commons-io:commons-io:2.6'