Skip to content

Commit

Permalink
remove annotation from the release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmotson committed Apr 23, 2024
1 parent 8598348 commit bd9739e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion firebase-common/firebase-common.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
api(libs.kotlin.coroutines.tasks)

api(project(":firebase-components"))
api(project(":firebase-annotations"))
api("com.google.firebase:firebase-annotations:16.2.0")
implementation(libs.androidx.annotation)
implementation(libs.androidx.futures)
implementation(libs.kotlin.stdlib)
Expand Down
2 changes: 1 addition & 1 deletion firebase-common/ktx/ktx.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
dependencies {
api(project(":firebase-common"))
implementation(project(":firebase-components"))
implementation(project(":firebase-annotations"))
implementation("com.google.firebase:firebase-annotations:16.2.0")
testImplementation(libs.androidx.test.core)
testImplementation(libs.junit)
testImplementation(libs.kotlin.coroutines.test)
Expand Down
2 changes: 1 addition & 1 deletion firebase-components/firebase-components.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
}

dependencies {
api(project(":firebase-annotations"))
api("com.google.firebase:firebase-annotations:16.2.0")
implementation(libs.androidx.annotation)
implementation(libs.errorprone.annotations)

Expand Down
3 changes: 1 addition & 2 deletions release.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"libraries": [
":firebase-common",
":firebase-common:ktx",
":firebase-components",
":firebase-annotations"
":firebase-components"
]
}

0 comments on commit bd9739e

Please sign in to comment.