Skip to content

Commit 1afdcd3

Browse files
committed
downgrade androidx.annotation:annotation to 1.6.0
1 parent a00b8bd commit 1afdcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
}
5151

5252
dependencies {
53-
compileOnly("androidx.annotation:annotation:1.7.1")
53+
compileOnly("androidx.annotation:annotation:1.6.0")
5454
implementation("androidx.core:core-ktx:1.13.1")
5555
implementation("androidx.work:work-runtime:2.9.0")
5656
}

0 commit comments

Comments
 (0)