File tree Expand file tree Collapse file tree 6 files changed +17
-10
lines changed
firebase-appdistribution-api Expand file tree Collapse file tree 6 files changed +17
-10
lines changed 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
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 22* [ changed] Added internal api for Crashlytics to notify Sessions of crash events
33* [ changed] Use multi-process DataStore instead of Preferences DataStore
44* [ changed] Update the heuristic to detect cold app starts
5+ * [ changed] ** Breaking Change** : Updated minSdkVersion to API level 23 or higher.
56
67# 2.1.1
78* [ unchanged] Updated to keep SDK versions aligned.
5152
5253# 1.0.0
5354* [ feature] Initial Firebase sessions library.
54-
You can’t perform that action at this time.
0 commit comments