We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d96c85 commit 125762dCopy full SHA for 125762d
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/KeyValueBuilder.kt
@@ -22,7 +22,9 @@ private constructor(
22
private val crashlytics: FirebaseCrashlytics?,
23
private val builder: CustomKeysAndValues.Builder,
24
) {
25
- @Deprecated("Do not construct this directly. Use `setCustomKeys` instead. To be removed in 2025.")
+ @Deprecated(
26
+ "Do not construct this directly. Use `setCustomKeys` instead. To be removed in the next major release."
27
+ )
28
constructor(crashlytics: FirebaseCrashlytics) : this(crashlytics, CustomKeysAndValues.Builder())
29
30
internal constructor() : this(crashlytics = null, CustomKeysAndValues.Builder())
0 commit comments