Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
}

firebaseLibrary {
libraryGroup = "appcheck"
libraryGroup = "appcheck-norelease"
releaseNotes {
name.set("{{app_check}} Recaptcha Enterprise")
versionName.set("appcheck-recaptchaenterprise")
Expand Down
2 changes: 2 additions & 0 deletions firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [unchanged] Updated to keep messaging SDK versions aligned.

# 25.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
30 changes: 30 additions & 0 deletions release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "m170",
"libraries": [
":firebase-abt",
":firebase-ai",
":firebase-appdistribution",
":firebase-appdistribution-api",
":firebase-config",
":firebase-crashlytics",
":firebase-crashlytics-ndk",
":firebase-sessions",
":firebase-database",
":firebase-dataconnect",
":firebase-datatransport",
":firebase-firestore",
":firebase-functions",
":firebase-inappmessaging",
":firebase-inappmessaging-display",
":firebase-installations",
":firebase-messaging",
":firebase-messaging-directboot",
":firebase-ml-modeldownloader",
":firebase-perf",
":firebase-storage",
":appcheck:firebase-appcheck",
":appcheck:firebase-appcheck-debug",
":appcheck:firebase-appcheck-debug-testing",
":appcheck:firebase-appcheck-playintegrity"
]
}
Loading
Loading