Skip to content

Commit 688395a

Browse files
Bump androidx.annotation:annotation from 1.5.0 to 1.6.0
Bumps androidx.annotation:annotation from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7660f21 commit 688395a

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)