Skip to content

Commit

Permalink
Merge d5addae into a350561
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 2, 2024
2 parents a350561 + d5addae commit 2630079
Show file tree
Hide file tree
Showing 37 changed files with 1,298 additions and 30 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/post_release_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

- name: Set up JDK 17
uses: actions/setup-java@v4.1.0
with:
java-version: 17
distribution: temurin
cache: gradle
- name: Run post release cleanup task
run: |
./gradlew postReleaseCleanup
Expand Down
2 changes: 1 addition & 1 deletion appcheck/firebase-appcheck-debug-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 17.1.2
* [unchanged] Updated to keep [app_check] SDK versions aligned.
Expand Down
2 changes: 1 addition & 1 deletion appcheck/firebase-appcheck-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 17.1.2
* [unchanged] Updated to keep [app_check] SDK versions aligned.
Expand Down
2 changes: 1 addition & 1 deletion appcheck/firebase-appcheck-playintegrity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 17.1.2
* [unchanged] Updated to keep [app_check] SDK versions aligned.
Expand Down
1 change: 1 addition & 0 deletions appcheck/firebase-appcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Unreleased
* [changed] Bump internal dependencies
* [changed] Internal support for `SafetyNet` has been dropped, as the [SafetyNet Attestation API
has been deprecated.](https://developer.android.com/privacy-and-security/safetynet/deprecation-timeline#safetynet_attestation_deprecation_timeline)

Expand Down
2 changes: 1 addition & 1 deletion firebase-abt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 21.1.2
* [changed] Bump internal dependencies.
Expand Down
2 changes: 1 addition & 1 deletion firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 16.0.0-beta12
* [unchanged] Updated to accommodate the release of the updated
Expand Down
2 changes: 1 addition & 1 deletion firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 16.0.0-beta12
* [changed] Bump internal dependencies.
Expand Down
4 changes: 2 additions & 2 deletions firebase-common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=21.0.0
latestReleasedVersion=20.4.3
version=21.0.1
latestReleasedVersion=21.0.0
android.enableUnitTestBinaryResources=true
4 changes: 2 additions & 2 deletions firebase-components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=18.0.0
latestReleasedVersion=17.1.5
version=18.0.1
latestReleasedVersion=18.0.0
1 change: 1 addition & 0 deletions firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Unreleased
* [changed] Bump internal dependencies

# 21.6.3
* [fixed] Fixed a bug that could cause a crash if the app was backgrounded
Expand Down
2 changes: 1 addition & 1 deletion firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 18.6.3
* [changed] Updated `firebase-crashlytics` dependency to v18.6.3
Expand Down
2 changes: 1 addition & 1 deletion firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.0.0
latestReleasedVersion=18.6.3
latestReleasedVersion=18.6.4
3 changes: 2 additions & 1 deletion firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Unreleased

* [fixed] Force validation or rotation of FIDs.
* [fixed] Added keep rule for shrinkage of Crashlytics build resources in strict mode.
* [changed] Bump internal dependencies


# 18.6.3

Expand Down
2 changes: 1 addition & 1 deletion firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.0.0
latestReleasedVersion=18.6.3
latestReleasedVersion=18.6.4
2 changes: 1 addition & 1 deletion firebase-database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 20.3.1
* [fixed] Fixed the `@Exclude` annotation doesn't been propagated to Kotlin's corresponding bridge methods. [#5626](//github.com/firebase/firebase-android-sdk/pull/5706)
Expand Down
2 changes: 1 addition & 1 deletion firebase-dynamic-links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 21.2.0
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-dynamic-links-ktx`
Expand Down
2 changes: 2 additions & 0 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* [feature] Enable queries with range & inequality filters on multiple fields. [#5729](//github.com/firebase/firebase-android-sdk/pull/5729)
* [changed] Internal improvements.
* [feature] Support conversion between `java.time.Instant` and `Timestamp` [#5853](//github.com/firebase/firebase-android-sdk/pull/5853)
* [changed] Bump internal dependencies


# 24.11.0
* [feature] Enable snapshot listener option to retrieve data from local cache only. [#5690](//github.com/firebase/firebase-android-sdk/pull/5690)
Expand Down
2 changes: 1 addition & 1 deletion firebase-firestore/firebase-firestore.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies {
api('com.google.firebase:firebase-auth-interop:19.0.2') {
exclude group: "com.google.firebase", module: "firebase-common"
}
api(project(":firebase-common"))
api("com.google.firebase:firebase-common:21.0.0")
api("com.google.firebase:firebase-common-ktx:21.0.0") {
exclude group: "com.google.firebase", module: "firebase-common"
}
Expand Down
2 changes: 1 addition & 1 deletion firebase-firestore/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=25.0.0
latestReleasedVersion=24.11.0
latestReleasedVersion=24.11.1
2 changes: 1 addition & 1 deletion firebase-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 20.4.0
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-functions-ktx`
Expand Down
1 change: 1 addition & 0 deletions firebase-inappmessaging-display/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* [fixed] Fixed bad token exception while showing FIAM
(GitHub [#5567](//github.com/firebase/firebase-android-sdk/issues/5567))
(GitHub [#5780](//github.com/firebase/firebase-android-sdk/issues/5780))
* [changed] Bump internal dependencies

# 20.4.1
* [fixed] Fixed FirebaseInAppMessagingDisplayErrorListener not being called
Expand Down
2 changes: 1 addition & 1 deletion firebase-inappmessaging-display/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=21.0.0
latestReleasedVersion=20.4.1
latestReleasedVersion=20.4.2
2 changes: 2 additions & 0 deletions firebase-inappmessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* [fixed] Fixed bad token exception while showing FIAM
(GitHub [#5567](//github.com/firebase/firebase-android-sdk/issues/5567))
(GitHub [#5780](//github.com/firebase/firebase-android-sdk/issues/5780))
* [changed] Bump internal dependencies


# 20.4.1
* [fixed] Fixed FirebaseInAppMessagingDisplayErrorListener not being called
Expand Down
2 changes: 1 addition & 1 deletion firebase-inappmessaging/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=21.0.0
latestReleasedVersion=20.4.1
latestReleasedVersion=20.4.2
2 changes: 1 addition & 1 deletion firebase-installations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 17.2.0
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-installations-ktx`
Expand Down
1 change: 0 additions & 1 deletion firebase-installations/firebase-installations.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ dependencies {
api("com.google.firebase:firebase-common:21.0.0")
api("com.google.firebase:firebase-common-ktx:21.0.0")
api("com.google.firebase:firebase-components:18.0.0")
api 'com.google.firebase:firebase-installations-interop:17.1.0'
api("com.google.firebase:firebase-installations-interop:17.1.1")

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
Expand Down
2 changes: 1 addition & 1 deletion firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 23.4.0
* [unchanged] Updated to keep messaging SDK versions aligned.
Expand Down
1 change: 1 addition & 0 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* [changed] Switched Firelog to use the new TransportBackend.
* [changed] Log analytics for notifications displayed by Google Play services on
behalf of the app.
* [changed] Bump internal dependencies

# 23.4.1
* [changed] Bump internal dependencies.
Expand Down
2 changes: 1 addition & 1 deletion firebase-ml-modeldownloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 24.2.3
* [changed] Bump internal dependencies.
Expand Down
2 changes: 1 addition & 1 deletion firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 20.5.2
* [changed] Bump internal dependencies.
Expand Down
2 changes: 1 addition & 1 deletion firebase-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies
* [fixed] Handled datastore writes when device has full internal memory more gracefully.
(GitHub [#5859](https://github.com/firebase/firebase-android-sdk/issues/5859))
* [fixed] Safely unbind malfunctioning session lifecycle service to release service connections.
Expand Down
2 changes: 1 addition & 1 deletion firebase-sessions/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

version=2.0.0
latestReleasedVersion=1.2.3
latestReleasedVersion=1.2.4
2 changes: 1 addition & 1 deletion firebase-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Bump internal dependencies

# 20.3.0
* [fixed] Fixed an issue where the wrong SDK version was being reported to the backend.
Expand Down
44 changes: 44 additions & 0 deletions release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "m147",
"libraries": [
":firebase-abt",
":firebase-appdistribution",
":firebase-appdistribution-api",
":firebase-appdistribution-api:ktx",
":firebase-config",
":firebase-config:ktx",
":firebase-crashlytics",
":firebase-crashlytics:ktx",
":firebase-crashlytics-ndk",
":firebase-database",
":firebase-database:ktx",
":firebase-datatransport",
":firebase-dynamic-links",
":firebase-dynamic-links:ktx",
":firebase-firestore",
":firebase-firestore:ktx",
":firebase-functions",
":firebase-functions:ktx",
":firebase-inappmessaging",
":firebase-inappmessaging:ktx",
":firebase-inappmessaging-display",
":firebase-inappmessaging-display:ktx",
":firebase-installations",
":firebase-installations:ktx",
":firebase-messaging",
":firebase-messaging:ktx",
":firebase-messaging-directboot",
":firebase-ml-modeldownloader",
":firebase-ml-modeldownloader:ktx",
":firebase-perf",
":firebase-perf:ktx",
":firebase-sessions",
":firebase-storage",
":firebase-storage:ktx",
":appcheck:firebase-appcheck",
":appcheck:firebase-appcheck-debug",
":appcheck:firebase-appcheck-debug-testing",
":appcheck:firebase-appcheck-playintegrity",
":appcheck:firebase-appcheck:ktx"
]
}
Loading

0 comments on commit 2630079

Please sign in to comment.