Skip to content

Commit

Permalink
downgrade androidx.annotation:annotation to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed May 6, 2024
1 parent a00b8bd commit 1afdcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
}

dependencies {
compileOnly("androidx.annotation:annotation:1.7.1")
compileOnly("androidx.annotation:annotation:1.6.0")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.work:work-runtime:2.9.0")
}

0 comments on commit 1afdcd3

Please sign in to comment.