Remove material dialogs library
This commit is contained in:
@@ -43,8 +43,6 @@ dependencies {
|
||||
|
||||
implementation(libs.androidx.palette)
|
||||
|
||||
implementation(libs.bundles.materialdialogs)
|
||||
|
||||
implementation(project(":ktx"))
|
||||
implementation(project(":i18n"))
|
||||
|
||||
|
||||
@@ -85,14 +85,6 @@ val OpenSourceLicenses = arrayOf(
|
||||
copyrightNote = "Copyright (c) 2009-2021 Jonathan Hedley <https://jsoup.org/>",
|
||||
url = "https://jsoup.org/"
|
||||
),
|
||||
OpenSourceLibrary(
|
||||
name = "Material Dialogs",
|
||||
description = "Easy to use material design dialogs",
|
||||
licenseName = R.string.apache_license_name,
|
||||
licenseText = R.raw.license_apache_2,
|
||||
copyrightNote = "Copyright (C) 2020 Wasabeef",
|
||||
url = "https://github.com/afollestad/material-dialogs"
|
||||
),
|
||||
OpenSourceLibrary(
|
||||
name = "mXparser (Version 4.4.2)",
|
||||
description = "A super easy, rich, fast and highly flexible math expression parser library",
|
||||
|
||||
@@ -17,10 +17,6 @@
|
||||
<item name="textAppearanceLabelMedium">@style/Typography.Label.Medium</item>
|
||||
<item name="textAppearanceLabelSmall">@style/Typography.Label.Small</item>
|
||||
<item name="popupMenuStyle">@style/PopupMenu</item>
|
||||
<item name="md_background_color">?colorSurface</item>
|
||||
<item name="md_button_casing">literal</item>
|
||||
<item name="md_font_title">@font/poppins500</item>
|
||||
<item name="md_font_button">@font/poppins600</item>
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user