Merge pull request #1385 from nextcloud/dependabot/gradle/androidx.core-core-ktx-1.6.0

Bump core-ktx from 1.5.0 to 1.6.0
This commit is contained in:
Andy Scherzinger 2021-07-05 15:25:24 +02:00 committed by GitHub
commit 0c93d2b9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,7 +297,7 @@ dependencies {
exclude group: 'org.apache.httpcomponents', module: 'httpclient' exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}) })
implementation 'androidx.core:core-ktx:1.5.0' implementation 'androidx.core:core-ktx:1.6.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.11.2' testImplementation 'org.mockito:mockito-core:3.11.2'