File tree Expand file tree Collapse file tree 20 files changed +73
-38
lines changed
appcheck/firebase-appcheck
firebase-appdistribution-api
firebase-inappmessaging-display
firebase-ml-modeldownloader Expand file tree Collapse file tree 20 files changed +73
-38
lines changed Original file line number Diff line number Diff line change 11# Unreleased
22* [ changed] ** Breaking Change** : Updated minSdkVersion to API level 23 or higher.
3- * [ changed] ** Breaking Change** : The deprecated Kotlin extensions (KTX) module will no longer being released
4- separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
3+ * [ removed] ** Breaking Change** : Stopped releasing the deprecated Kotlin extensions
4+ (KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
5+ from the main module. For details, see the
6+ [ FAQ about this initiative] ( https://firebase.google.com/docs/android/kotlin-migration ) .
57
68# 18.0.0
79* [ changed] Bump internal dependencies
Original file line number Diff line number Diff line change 11# Unreleased
22* [ changed] ** Breaking Change** : Updated minSdkVersion to API level 23 or higher.
3- * [ changed] ** Breaking Change** : The deprecated Kotlin extensions (KTX) module will no longer being released
4- separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
3+ * [ removed] ** Breaking Change** : Stopped releasing the deprecated Kotlin extensions
4+ (KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
5+ from the main module. For details, see the
6+ [ FAQ about this initiative] ( https://firebase.google.com/docs/android/kotlin-migration ) .
57
68
79# 22.0.0
Original file line number Diff line number Diff line change 66* [ changed] require at least one argument for ` generateContent() ` , ` generateContentStream() ` and
77 ` countTokens() ` .
88* [ feature] Added new overloads for ` generateContent() ` , ` generateContentStream() ` and
9- ` countTokens() ` that take a ` List<Content> ` parameter.
9+ ` countTokens() ` that take a ` List<Content> ` parameter.
10+ * [ changed] ** Breaking Change** : Updated minSdkVersion to API level 23 or higher.
1011
1112# 16.2.0
1213* [ changed] Deprecate the ` totalBillableCharacters ` field (only usable with pre-2.0 models). (#7042 )
3839
3940 Note: This feature is in Public Preview, which means that it is not subject to any SLA or
4041 deprecation policy and could change in backwards-incompatible ways.
41-
Original file line number Diff line number Diff line change 11# Unreleased
2+ * [ changed] ** Breaking Change** : Updated minSdkVersion to API level 23 or higher.
3+ * [ removed] ** Breaking Change** : Stopped releasing the deprecated Kotlin extensions
4+ (KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
5+ from the main module. For details, see the
6+ [ FAQ about this initiative] ( https://firebase.google.com/docs/android/kotlin-migration ) .
27
38
49# 16.0.0-beta15
@@ -157,4 +162,3 @@ API-only library: `firebase-appdistribution-api-ktx`.
157162This new Kotlin extensions library transitively includes the
158163` firebase-appdistribution-api ` library. The Kotlin extensions library has no
159164additional updates.
160-
Original file line number Diff line number Diff line change 11# Unreleased
2-
2+ * [ changed ] ** Breaking Change ** : Updated minSdkVersion to API level 23 or higher.
33
44# 16.0.0-beta15
55* [ fixed] Added custom tab support for more browsers [ #6692 ]
@@ -85,4 +85,3 @@ The [appdistro] Android library with Kotlin extensions is now available in
8585beta. The Kotlin extensions library transitively includes the base
8686` firebase-app-distribution ` library. To learn more, visit the
8787[[ appdistro] KTX reference documentation] ( /docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary ) .
88-
Original file line number Diff line number Diff line change 11# Unreleased
22* [ changed] ** Breaking Change** : Updated minSdkVersion to API level 23 or higher.
3- * [ changed] ** Breaking Change** : The deprecated Kotlin extensions (KTX) module will no longer being released
4- separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
3+ * [ removed] ** Breaking Change** : Stopped releasing the deprecated Kotlin extensions
4+ (KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
5+ from the main module. For details, see the
6+ [ FAQ about this initiative] ( https://firebase.google.com/docs/android/kotlin-migration ) .
57
68# 21.0.0
79* [ fixed] Correctly declare dependency on firebase-components, issue #5732
Original file line number Diff line number Diff line change 11# Unreleased
22* [ changed] ** Breaking Change** : Updated minSdkVersion to API level 23 or higher.
3- * [ changed] ** Breaking Change** : The deprecated Kotlin extensions (KTX) module will no longer being released
4- separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
53* [ changed] This update introduces improvements to how the SDK handles real-time requests when a
64 Firebase project has exceeded its available quota for real-time services. Released in anticipation
75 of future quota enforcement, this change is designed to fetch the latest template even when the
86 quota is exhausted.
7+ * [ removed] ** Breaking Change** : Stopped releasing the deprecated Kotlin extensions
8+ (KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
9+ from the main module. For details, see the
10+ [ FAQ about this initiative] ( https://firebase.google.com/docs/android/kotlin-migration ) .
911
1012# 22.1.2
1113* [ fixed] Fixed ` NetworkOnMainThreadException ` on Android versions below 8 by disconnecting
Original file line number Diff line number Diff line change 11# Unreleased
2-
2+ * [ changed ] ** Breaking Change ** : Updated minSdkVersion to API level 23 or higher.
33
44# 19.4.4
55* [ changed] Updated ` firebase-crashlytics ` dependency to v19.4.4
@@ -256,4 +256,3 @@ change. The following release notes describe changes in the new SDK.
256256 uploading symbol files to [ crashlytics] servers. See the
257257 [[ crashlytics] Gradle plugin documentation] ( /docs/crashlytics/ndk-reports-new-sdk )
258258 for more information.
259-
Original file line number Diff line number Diff line change 11# Unreleased
2- [ changed] ** Breaking Change** : Removed deprecated public constructor ` KeyValueBuilder(crashlytics: FirebaseCrashlytics) `
2+ * [ changed] ** Breaking Change** : Removed deprecated public constructor ` KeyValueBuilder(crashlytics: FirebaseCrashlytics) `
3+ * [ changed] ** Breaking Change** : Updated minSdkVersion to API level 23 or higher.
4+ * [ removed] ** Breaking Change** : Stopped releasing the deprecated Kotlin extensions
5+ (KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
6+ from the main module. For details, see the
7+ [ FAQ about this initiative] ( https://firebase.google.com/docs/android/kotlin-migration ) .
8+
39
410# 19.4.4
511* [ fixed] Fixed more strict mode violations
@@ -694,4 +700,3 @@ The following release notes describe changes in the new SDK.
694700 from your ` AndroidManifest.xml ` file.
695701* [ removed] The ` fabric.properties ` and ` crashlytics.properties ` files are no
696702 longer supported. Remove them from your app.
697-
Original file line number Diff line number Diff line change 11# Unreleased
22* [ changed] ** Breaking Change** : Updated minSdkVersion to API level 23 or higher.
3- * [ changed] ** Breaking Change** : The deprecated Kotlin extensions (KTX) module will no longer being released
4- separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
3+ * [ removed] ** Breaking Change** : Stopped releasing the deprecated Kotlin extensions
4+ (KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
5+ from the main module. For details, see the
6+ [ FAQ about this initiative] ( https://firebase.google.com/docs/android/kotlin-migration ) .
57
68
79# 21.0.0
You can’t perform that action at this time.
0 commit comments