File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
src/main/java/com/google/firebase/crashlytics/ktx Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
- * [ changed] Added Deprecated annotation on unused ` Firebase.crashlytics ` from ktx api.
3
2
4
3
# 18.6.0
5
4
* [ changed] Include more details about app processes in reports.
Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ import com.google.firebase.ktx.Firebase
34
34
* no longer release KTX modules. For details, see the
35
35
* [FAQ about this initiative.](https://firebase.google.com/docs/android/kotlin-migration)
36
36
*/
37
- @Deprecated(
38
- " Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration." ,
39
- ReplaceWith (" " )
40
- )
41
37
val Firebase .crashlytics: FirebaseCrashlytics
42
38
get() = FirebaseCrashlytics .getInstance()
43
39
You can’t perform that action at this time.
0 commit comments