diff --git a/data/licenses/src/main/java/com/sadellie/unitto/data/licenses/Library.kt b/data/licenses/src/main/java/com/sadellie/unitto/data/licenses/Library.kt index 0bee1fca..4fce3ecb 100644 --- a/data/licenses/src/main/java/com/sadellie/unitto/data/licenses/Library.kt +++ b/data/licenses/src/main/java/com/sadellie/unitto/data/licenses/Library.kt @@ -105,20 +105,6 @@ val ALL_LIBRARIES by lazy { license = "Apache-2.0", description = "Utilities for Jetpack Compose" ), - AppLibrary( - name = "firebase-analytics-ktx", - dev = "Google", - website = "https://developer.android.com/studio/terms.html", - license = "ASDKL", - description = "Library to collect and send usage statistics" - ), - AppLibrary( - name = "firebase-crashlytics-ktx", - dev = "Google", - website = "https://developer.android.com/studio/terms.html", - license = "Apache-2.0", - description = "Library to collect and send crash logs" - ), AppLibrary( name = "Compose Tooling API", dev = "The Android Open Source Project",