2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1820130 - Remove unused accompanist insets dependency

This commit is contained in:
rahulsainani 2023-03-09 10:27:38 +01:00 committed by mergify[bot]
parent 7051800a69
commit 05191bfb90
2 changed files with 0 additions and 4 deletions

View File

@ -491,7 +491,6 @@ dependencies {
implementation FenixDependencies.androidx_constraintlayout
implementation FenixDependencies.androidx_coordinatorlayout
implementation FenixDependencies.google_accompanist_drawablepainter
implementation FenixDependencies.google_accompanist_insets
implementation FenixDependencies.google_accompanist_pager
implementation FenixDependencies.sentry

View File

@ -42,7 +42,6 @@ object FenixVersions {
const val androidx_datastore = "1.0.0"
const val google_material = "1.2.1"
const val accompanist_drawablepainter = "0.23.1"
const val accompanist_insets = "0.23.1"
const val accompanist_pager = "0.28.0"
const val adjust = "4.33.0"
@ -112,8 +111,6 @@ object FenixDependencies {
const val google_material = "com.google.android.material:material:${FenixVersions.google_material}"
const val google_accompanist_drawablepainter =
"com.google.accompanist:accompanist-drawablepainter:${FenixVersions.accompanist_drawablepainter}"
const val google_accompanist_insets =
"com.google.accompanist:accompanist-insets:${FenixVersions.accompanist_drawablepainter}"
const val google_accompanist_pager =
"com.google.accompanist:accompanist-pager:${FenixVersions.accompanist_pager}"