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 7, 2024
1 parent f497c81 commit 0a141f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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")
implementation("androidx.core:core-ktx:1.13.1")
api("com.google.android.gms:play-services-location:21.2.0")
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"
}
2 changes: 1 addition & 1 deletion packages/location/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ subprojects {
}

tasks.register("clean", Delete) {
delete(rootProject.buildDir)
delete rootProject.buildDir
}

0 comments on commit 0a141f9

Please sign in to comment.