Skip to content

Commit 50fcabc

Browse files
authored
Merge pull request #3933 from owncloud/dependabot/gradle/androidx.annotation-annotation-1.6.0
Bump androidx.annotation:annotation from 1.5.0 to 1.6.0
2 parents 7660f21 + 688395a commit 50fcabc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
androidxTest = "1.4.0"
2929
androidxTestEspresso = "3.5.1"
3030
androidxTestUiautomator = "2.2.0"
31-
androidxAnnotation = "1.3.0"
31+
androidxAnnotation = "1.6.0"
3232
}
3333

3434
repositories {

owncloudApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$orgJetbrainsKotlinx"
1717

1818
// Android X
19-
implementation "androidx.annotation:annotation:1.5.0"
19+
implementation "androidx.annotation:annotation:1.6.0"
2020
implementation "androidx.appcompat:appcompat:$androidxAppcompat"
2121
implementation "androidx.biometric:biometric:1.1.0"
2222
implementation "androidx.constraintlayout:constraintlayout:2.1.4"

0 commit comments

Comments
 (0)