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 6
6
* [ changed] require at least one argument for ` generateContent() ` , ` generateContentStream() ` and
7
7
` countTokens() ` .
8
8
* [ 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.
10
11
11
12
# 16.2.0
12
13
* [ changed] Deprecate the ` totalBillableCharacters ` field (only usable with pre-2.0 models). (#7042 )
38
39
39
40
Note: This feature is in Public Preview, which means that it is not subject to any SLA or
40
41
deprecation policy and could change in backwards-incompatible ways.
41
-
Original file line number Diff line number Diff line change 1
1
# 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 ) .
2
7
3
8
4
9
# 16.0.0-beta15
@@ -157,4 +162,3 @@ API-only library: `firebase-appdistribution-api-ktx`.
157
162
This new Kotlin extensions library transitively includes the
158
163
` firebase-appdistribution-api ` library. The Kotlin extensions library has no
159
164
additional updates.
160
-
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
-
2
+ * [ changed ] ** Breaking Change ** : Updated minSdkVersion to API level 23 or higher.
3
3
4
4
# 16.0.0-beta15
5
5
* [ fixed] Added custom tab support for more browsers [ #6692 ]
@@ -85,4 +85,3 @@ The [appdistro] Android library with Kotlin extensions is now available in
85
85
beta. The Kotlin extensions library transitively includes the base
86
86
` firebase-app-distribution ` library. To learn more, visit the
87
87
[[ 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 1
1
# Unreleased
2
-
2
+ * [ changed ] ** Breaking Change ** : Updated minSdkVersion to API level 23 or higher.
3
3
4
4
# 19.4.4
5
5
* [ changed] Updated ` firebase-crashlytics ` dependency to v19.4.4
@@ -256,4 +256,3 @@ change. The following release notes describe changes in the new SDK.
256
256
uploading symbol files to [ crashlytics] servers. See the
257
257
[[ crashlytics] Gradle plugin documentation] ( /docs/crashlytics/ndk-reports-new-sdk )
258
258
for more information.
259
-
Original file line number Diff line number Diff line change 1
1
# 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
+
3
9
4
10
# 19.4.4
5
11
* [ fixed] Fixed more strict mode violations
@@ -694,4 +700,3 @@ The following release notes describe changes in the new SDK.
694
700
from your ` AndroidManifest.xml ` file.
695
701
* [ removed] The ` fabric.properties ` and ` crashlytics.properties ` files are no
696
702
longer supported. Remove them from your app.
697
-
Original file line number Diff line number Diff line change 2
2
* [ changed] Added internal api for Crashlytics to notify Sessions of crash events
3
3
* [ changed] Use multi-process DataStore instead of Preferences DataStore
4
4
* [ changed] Update the heuristic to detect cold app starts
5
+ * [ changed] ** Breaking Change** : Updated minSdkVersion to API level 23 or higher.
5
6
6
7
# 2.1.1
7
8
* [ unchanged] Updated to keep SDK versions aligned.
51
52
52
53
# 1.0.0
53
54
* [ feature] Initial Firebase sessions library.
54
-
You can’t perform that action at this time.
0 commit comments