mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Revert "Bug 1837325 - Remove navigation library duplication from FenixDependencies."
This reverts commit bcfdc61d (cherry picked from commit 1dce3627c2f62aedeca7c628a79c29b266e75b85) # Conflicts: # fenix/plugins/fenixdependencies/src/main/java/FenixDependenciesPlugin.kt
This commit is contained in:
parent
acd571e8dd
commit
62488e8626
@ -595,8 +595,8 @@ dependencies {
|
||||
implementation FenixDependencies.androidx_paging
|
||||
implementation ComponentsDependencies.androidx_preferences
|
||||
implementation ComponentsDependencies.androidx_fragment
|
||||
implementation ComponentsDependencies.androidx_navigation_fragment
|
||||
implementation ComponentsDependencies.androidx_navigation_ui
|
||||
implementation FenixDependencies.androidx_navigation_fragment
|
||||
implementation FenixDependencies.androidx_navigation_ui
|
||||
implementation ComponentsDependencies.androidx_recyclerview
|
||||
implementation FenixDependencies.androidx_lifecycle_common
|
||||
implementation ComponentsDependencies.androidx_lifecycle_livedata
|
||||
|
@ -71,7 +71,7 @@ buildscript {
|
||||
classpath ComponentsDependencies.tools_androidgradle
|
||||
classpath ComponentsDependencies.tools_kotlingradle
|
||||
classpath FenixDependencies.tools_benchmarkgradle
|
||||
classpath ComponentsDependencies.androidx_safeargs
|
||||
classpath FenixDependencies.androidx_safeargs
|
||||
classpath FenixDependencies.osslicenses_plugin
|
||||
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean}"
|
||||
classpath "${ApplicationServicesConfig.groupId}:tooling-nimbus-gradle:${ApplicationServicesConfig.version}"
|
||||
|
@ -23,6 +23,7 @@ object FenixVersions {
|
||||
const val androidx_profileinstaller = "1.3.1"
|
||||
const val androidx_legacy = "1.0.0"
|
||||
const val androidx_lifecycle = "2.6.1"
|
||||
const val androidx_navigation = "2.5.3"
|
||||
const val androidx_splash_screen = "1.0.1"
|
||||
const val androidx_paging = "3.1.1"
|
||||
const val androidx_transition = "1.4.1"
|
||||
@ -60,6 +61,9 @@ object FenixDependencies {
|
||||
const val androidx_legacy = "androidx.legacy:legacy-support-v4:${FenixVersions.androidx_legacy}"
|
||||
const val androidx_lifecycle_common = "androidx.lifecycle:lifecycle-common:${FenixVersions.androidx_lifecycle}"
|
||||
const val androidx_paging = "androidx.paging:paging-runtime-ktx:${FenixVersions.androidx_paging}"
|
||||
const val androidx_safeargs = "androidx.navigation:navigation-safe-args-gradle-plugin:${FenixVersions.androidx_navigation}"
|
||||
const val androidx_navigation_fragment = "androidx.navigation:navigation-fragment-ktx:${FenixVersions.androidx_navigation}"
|
||||
const val androidx_navigation_ui = "androidx.navigation:navigation-ui:${FenixVersions.androidx_navigation}"
|
||||
const val androidx_transition = "androidx.transition:transition:${FenixVersions.androidx_transition}"
|
||||
const val androidx_datastore = "androidx.datastore:datastore:${FenixVersions.androidx_datastore}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user