Merge pull request #6322 from vector-im/dependabot/gradle/androidx.annotation-annotation-1.4.0

Bump annotation from 1.3.0 to 1.4.0
This commit is contained in:
Adam Brown 2022-06-23 09:31:59 +01:00 committed by GitHub
commit 1cfcc18407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ ext.libs = [
'coroutinesTest' : "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutines"
],
androidx : [
'annotation' : "androidx.annotation:annotation:1.3.0",
'annotation' : "androidx.annotation:annotation:1.4.0",
'activity' : "androidx.activity:activity:1.4.0",
'annotations' : "androidx.annotation:annotation:1.3.0",
'appCompat' : "androidx.appcompat:appcompat:1.4.2",