Skip to content
Merged
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
2 changes: 2 additions & 0 deletions appcheck/firebase-appcheck-debug-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 19.0.0

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

- [changed] Bumped internal dependencies.

# 19.0.0

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

- [changed] Bumped internal dependencies.

# 19.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
2 changes: 2 additions & 0 deletions appcheck/firebase-appcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 19.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
2 changes: 2 additions & 0 deletions firebase-abt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 23.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
1 change: 1 addition & 0 deletions firebase-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased

- [changed] Bumped internal dependencies.
- [feature] Added support for code execution.
- [changed] Marked the public constructors for `ExecutableCodePart` and `CodeExecutionResultPart` as
deprecated.
Expand Down
2 changes: 2 additions & 0 deletions firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 16.0.0-beta16

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
2 changes: 2 additions & 0 deletions firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 16.0.0-beta16

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
6 changes: 4 additions & 2 deletions firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 23.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down Expand Up @@ -179,7 +181,7 @@ Kotlin extensions library has no additional updates.

- [fixed] Fixed a bug that caused HTTP errors in some locales. For more information, see
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
class="external">GitHub Issue #3757</a>
class="external">GitHub Issue #3757</a>

## Kotlin

Expand All @@ -193,7 +195,7 @@ Kotlin extensions library has no additional updates.
contains a fix.
For more information, see
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
class="external">GitHub Issue #3757</a>
class="external">GitHub Issue #3757</a>
</aside>

- [changed] Added first-open time to [remote_config] server requests.
Expand Down
20 changes: 11 additions & 9 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 20.0.1

- [changed] Updated `firebase-crashlytics` dependency to 20.0.1
Expand Down Expand Up @@ -103,7 +105,7 @@
<aside class="caution">This version of <code>firebase-crashlytics-ndk</code> can
cause a nondeterministic crash on startup. For more information, see
<a href="https://github.com/firebase/firebase-android-sdk/issues/4683"
class="external">GitHub Issue #4683</a>. We recommend updating to the
class="external">GitHub Issue #4683</a>. We recommend updating to the
latest version (v18.3.5+) which contains a fix.
</aside>

Expand Down Expand Up @@ -290,16 +292,16 @@ the new SDK.
<aside class="note"><p>The changes in these release notes are only relevant to
[crashlytics] NDK users who are upgrading from the legacy Fabric SDK.</p>
<ul>
<li>If you're using [crashlytics] for NDK crash reporting in your app for
the first time, follow the
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
<li>If you're using [crashlytics] for NDK crash reporting in your app for
the first time, follow the
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
started instructions</a>.
</li>
<li>If you're upgrading from the legacy Fabric SDK to the
[firebase_crashlytics] SDK for NDK crash reporting, follow the
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
</li>
<li>If you're upgrading from the legacy Fabric SDK to the
[firebase_crashlytics] SDK for NDK crash reporting, follow the
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
instructions</a> to update your app with the following SDK changes.
</li>
</li>
</ul>
</aside>

Expand Down
20 changes: 11 additions & 9 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 20.0.1

- [changed] Updated `firebase-sessions` dependency to v3.0.1
Expand Down Expand Up @@ -280,7 +282,7 @@ Kotlin extensions library has no additional updates.
<code>firebase-crashlytics-ktx</code> can cause a nondeterministic crash on
startup. For more information, see
<a href="https://github.com/firebase/firebase-android-sdk/issues/4683"
class="external">GitHub Issue #4683</a>. We recommend updating to the
class="external">GitHub Issue #4683</a>. We recommend updating to the
latest version (v18.3.5+) which contains a fix.
</aside>

Expand Down Expand Up @@ -665,16 +667,16 @@ name change. The following release notes describe changes in the new SDK.
<aside class="note"><p>The changes in these release notes are only relevant to
[crashlytics] users who are upgrading from the legacy Fabric SDK.</p>
<ul>
<li>If you're using [crashlytics] for NDK crash reporting in your app for
the first time, follow the
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
<li>If you're using [crashlytics] for NDK crash reporting in your app for
the first time, follow the
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
started instructions</a>.
</li>
<li>If you're upgrading from the legacy Fabric SDK to the
[firebase_crashlytics] SDK, follow the
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
</li>
<li>If you're upgrading from the legacy Fabric SDK to the
[firebase_crashlytics] SDK, follow the
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
instructions</a> to update your app with the following SDK changes.
</li>
</li>
</ul>
</aside>

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

- [changed] Bumped internal dependencies.

# 22.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
1 change: 1 addition & 0 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased

- [changed] Bumped internal dependencies.
- [changed] Ignore unknown fields in response data instead of throwing a
`DataConnectOperationException` with message "decoding data from the server's response failed: An
unknown field for index -3" ([#7314](https://github.com/firebase/firebase-android-sdk/pull/7314))
Expand Down
2 changes: 2 additions & 0 deletions firebase-datatransport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 20.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
128 changes: 64 additions & 64 deletions firebase-dynamic-links/firebase-dynamic-links.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,87 +13,87 @@
// limitations under the License.

plugins {
id 'firebase-library'
id("kotlin-android")
id 'firebase-library'
id("kotlin-android")
}

firebaseLibrary {
libraryGroup = "dynamic-links"
testLab.enabled = false
releaseNotes {
name.set("{{ddls}}")
versionName.set("dynamic-links")
}
libraryGroup = "dynamic-links"
testLab.enabled = false
releaseNotes {
name.set("{{ddls}}")
versionName.set("dynamic-links")
}
}

android {
adbOptions {
timeOutInMs 60 * 1000
}
adbOptions {
timeOutInMs 60 * 1000
}

buildFeatures {
aidl true
}
buildFeatures {
aidl true
}

namespace "com.google.firebase.dynamiclinks"
compileSdkVersion project.compileSdkVersion
defaultConfig {
targetSdkVersion project.targetSdkVersion
minSdkVersion project.minSdkVersion
versionName version
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
namespace "com.google.firebase.dynamiclinks"
compileSdkVersion project.compileSdkVersion
defaultConfig {
targetSdkVersion project.targetSdkVersion
minSdkVersion project.minSdkVersion
versionName version
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions { jvmTarget = "1.8" }
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions { jvmTarget = "1.8" }

packagingOptions {
exclude 'META-INF/DEPENDENCIES'
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
}

testOptions.unitTests.includeAndroidResources = true
testOptions.unitTests.includeAndroidResources = true
}

dependencies {
javadocClasspath libs.autovalue.annotations
javadocClasspath libs.findbugs.jsr305
javadocClasspath libs.checker.qual
javadocClasspath libs.autovalue.annotations
javadocClasspath libs.findbugs.jsr305
javadocClasspath libs.checker.qual

api libs.playservices.tasks
api('com.google.firebase:firebase-auth-interop:20.0.0') {
exclude group: "com.google.firebase", module: "firebase-common"
}
api(libs.firebase.common)
api(libs.firebase.components)
api('com.google.firebase:firebase-measurement-connector:19.0.0') {
exclude group: 'com.google.firebase', module: 'firebase-common'
}
api libs.playservices.tasks
api('com.google.firebase:firebase-auth-interop:20.0.0') {
exclude group: "com.google.firebase", module: "firebase-common"
}
api(libs.firebase.common)
api(libs.firebase.components)
api('com.google.firebase:firebase-measurement-connector:19.0.0') {
exclude group: 'com.google.firebase', module: 'firebase-common'
}

implementation libs.androidx.annotation
implementation libs.playservices.base
implementation libs.playservices.basement
implementation libs.kotlin.stdlib
implementation libs.androidx.annotation
implementation libs.playservices.base
implementation libs.playservices.basement
implementation libs.kotlin.stdlib

testAnnotationProcessor libs.autovalue
testAnnotationProcessor libs.autovalue

testImplementation libs.androidx.test.core
testImplementation libs.runner
testImplementation libs.jackson.databind
testImplementation('com.google.android.gms:play-services-appinvite:18.0.0') {
exclude group: 'com.google.firebase', module: 'firebase-common'
exclude group: 'com.google.firebase', module: 'firebase-dynamic-links'
}
testImplementation 'com.google.guava:guava-testlib:12.0-rc2'
testImplementation libs.truth
testImplementation libs.junit
testImplementation libs.junit
testImplementation libs.mockito.core
testImplementation libs.mockito.core
testImplementation libs.robolectric
testImplementation libs.androidx.test.core
testImplementation libs.runner
testImplementation libs.jackson.databind
testImplementation('com.google.android.gms:play-services-appinvite:18.0.0') {
exclude group: 'com.google.firebase', module: 'firebase-common'
exclude group: 'com.google.firebase', module: 'firebase-dynamic-links'
}
testImplementation 'com.google.guava:guava-testlib:12.0-rc2'
testImplementation libs.truth
testImplementation libs.junit
testImplementation libs.junit
testImplementation libs.mockito.core
testImplementation libs.mockito.core
testImplementation libs.robolectric

testCompileOnly libs.autovalue.annotations
testCompileOnly libs.autovalue.annotations
}
1 change: 1 addition & 0 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased

- [changed] Bumped internal dependencies.
- [changed] Improve the performance of queries in collections that contain many deleted documents.
[#7295](//github.com/firebase/firebase-android-sdk/issues/7295)

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

- [changed] Bumped internal dependencies.

# 22.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
2 changes: 2 additions & 0 deletions firebase-inappmessaging-display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 22.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
2 changes: 2 additions & 0 deletions firebase-inappmessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 22.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
2 changes: 2 additions & 0 deletions firebase-installations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 19.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
2 changes: 2 additions & 0 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 25.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
Loading
Loading