i forgot to remove firebase licenses

This commit is contained in:
Sad Ellie 2023-05-25 22:19:44 +03:00
parent 70871b75c9
commit 77e10c3349

View File

@ -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",