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 f497c81 commit 782c481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/location/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")
api("com.google.android.gms:play-services-location:21.2.0")
}

0 comments on commit 782c481

Please sign in to comment.