Skip to content

Commit eb3380e

Browse files
authored
Revert "Added @deprecated annotation on unused crashlytics from ktx api." (#5628)
Reverts #5619
1 parent e96465a commit eb3380e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

firebase-crashlytics/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Unreleased
2-
* [changed] Added Deprecated annotation on unused `Firebase.crashlytics` from ktx api.
32

43
# 18.6.0
54
* [changed] Include more details about app processes in reports.

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/ktx/FirebaseCrashlytics.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ import com.google.firebase.ktx.Firebase
3434
* no longer release KTX modules. For details, see the
3535
* [FAQ about this initiative.](https://firebase.google.com/docs/android/kotlin-migration)
3636
*/
37-
@Deprecated(
38-
"Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.",
39-
ReplaceWith("")
40-
)
4137
val Firebase.crashlytics: FirebaseCrashlytics
4238
get() = FirebaseCrashlytics.getInstance()
4339

0 commit comments

Comments
 (0)