We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7660f21 + 688395a commit 50fcabcCopy full SHA for 50fcabc
2 files changed
build.gradle
@@ -28,7 +28,7 @@ buildscript {
28
androidxTest = "1.4.0"
29
androidxTestEspresso = "3.5.1"
30
androidxTestUiautomator = "2.2.0"
31
- androidxAnnotation = "1.3.0"
+ androidxAnnotation = "1.6.0"
32
}
33
34
repositories {
owncloudApp/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$orgJetbrainsKotlinx"
17
18
// Android X
19
- implementation "androidx.annotation:annotation:1.5.0"
+ implementation "androidx.annotation:annotation:1.6.0"
20
implementation "androidx.appcompat:appcompat:$androidxAppcompat"
21
implementation "androidx.biometric:biometric:1.1.0"
22
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
0 commit comments