Update and cleanup dependencies

This commit is contained in:
MM20
2023-04-17 13:51:36 +02:00
parent 847fe08acd
commit 64e7528cb0
6 changed files with 20 additions and 34 deletions
@@ -24,6 +24,13 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://github.com/Kotlin/kotlinx.collections.immutable"
),
OpenSourceLibrary(
name = "KotlinX Serialization",
description = "Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes, runtime library with core serialization API and support libraries with various serialization formats.",
licenseName = R.string.apache_license_name,
licenseText = R.raw.license_apache_2,
url = "https://github.com/Kotlin/kotlinx.serialization"
),
OpenSourceLibrary(
name = "Android Jetpack",
description = "A collection of Android software components to make it easier to develop great Android apps.",
@@ -200,14 +207,6 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://source.android.com/"
),
OpenSourceLibrary(
name = "Lottie",
copyrightNote = "Copyright (c) 2017 Airbnb",
description = "Lottie is a library for Android, iOS, Web, and Windows that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile and on the web",
licenseName = R.string.mit_license_name,
licenseText = R.raw.license_mit,
url = "https://airbnb.design/lottie/"
),
OpenSourceLibrary(
name = "Protobuf",
copyrightNote = "Copyright 2008 Google Inc. All rights reserved.",
-1
View File
@@ -38,7 +38,6 @@ dependencies {
implementation(libs.bundles.kotlin)
implementation(libs.androidx.appcompat)
implementation(libs.materialcomponents.core)
implementation(libs.androidx.recyclerview)
implementation(project(":core:base"))