Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

m148 release #5992

Open
wants to merge 14 commits into
base: releases/m148
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -101,6 +101,7 @@ abstract class PomValidator : DefaultTask() {
listOf(
"javax.inject", // javax.inject doesn't respect SemVer and doesn't update
"dagger", // dagger doesn't respect Semver
"listenablefuture", // guava's listenable future doesn't respect Semver
"auto-service-annotations", // auto-service-annotations doesn't respect SemVer
)
}
3 changes: 0 additions & 3 deletions firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Unreleased


# 17.0.0
* [changed] Bump internal dependencies


@@ -137,4 +135,3 @@ API-only library: `firebase-appdistribution-api-ktx`.
This new Kotlin extensions library transitively includes the
`firebase-appdistribution-api` library. The Kotlin extensions library has no
additional updates.

3 changes: 0 additions & 3 deletions firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Unreleased


# 17.0.0
* [changed] Bump internal dependencies

# 16.0.0-beta12
@@ -79,4 +77,3 @@ The [appdistro] Android library with Kotlin extensions is now available in
beta. The Kotlin extensions library transitively includes the base
`firebase-app-distribution` library. To learn more, visit the
[[appdistro] KTX reference documentation](/docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary).