Revert "For #23871 - Update compose to 1.1.0 and kotlin to 1.6.10"

This reverts commit 23f41c9c68.
upstream-sync
Mugurell 3 years ago committed by mergify[bot]
parent 19ea02077c
commit 4cc9a74c3d

@ -98,9 +98,6 @@ class HistoryMetadataMiddleware(
is EngineAction.OptimizedLoadUrlTriggeredAction -> { is EngineAction.OptimizedLoadUrlTriggeredAction -> {
directLoadTriggeredSet.add(action.tabId) directLoadTriggeredSet.add(action.tabId)
} }
else -> {
// no-op
}
} }
next(action) next(action)
@ -129,9 +126,6 @@ class HistoryMetadataMiddleware(
createHistoryMetadata(context, tab) createHistoryMetadata(context, tab)
} }
} }
else -> {
// no-op
}
} }
} }

@ -191,9 +191,6 @@ class BookmarkFragment : LibraryPageFragment<BookmarkNode>(), UserInteractionHan
} }
} }
} }
else -> {
// no-op
}
} }
} }

@ -149,9 +149,6 @@ class BookmarkView(
) )
) )
} }
else -> {
// no-op
}
} }
binding.bookmarksProgressBar.isVisible = state.isLoading binding.bookmarksProgressBar.isVisible = state.isLoading
binding.swipeRefresh.isEnabled = binding.swipeRefresh.isEnabled =

@ -91,9 +91,6 @@ class HistoryView(
context.getString(R.string.history_multi_select_title, mode.selectedItems.size) context.getString(R.string.history_multi_select_title, mode.selectedItems.size)
) )
} }
else -> {
// no-op
}
} }
} }

@ -52,9 +52,6 @@ class SearchTermTabGroupMiddleware : Middleware<BrowserState, BrowserAction> {
} }
} }
} }
else -> {
// no-op
}
} }
} }
} }

@ -54,9 +54,6 @@ class TabsTrayMiddleware(
} }
} }
} }
else -> {
// no-op
}
} }
} }

@ -119,9 +119,6 @@ fun SyncedTabsList(
) )
} }
} }
else -> {
// no-op
}
} }
} }
} else { } else {
@ -141,9 +138,6 @@ fun SyncedTabsList(
onTabClick(syncedTabItem.tab) onTabClick(syncedTabItem.tab)
} }
} }
else -> {
// no-op
}
} }
} }
} }

@ -60,9 +60,6 @@ class TelemetryMiddleware(
val tab = context.state.findTabOrCustomTab(action.tabId) val tab = context.state.findTabOrCustomTab(action.tabId)
onEngineSessionKilled(context.state, tab) onEngineSessionKilled(context.state, tab)
} }
else -> {
// no-op
}
} }
next(action) next(action)
@ -83,9 +80,6 @@ class TelemetryMiddleware(
metrics.track(Event.HaveNoOpenTabs) metrics.track(Event.HaveNoOpenTabs)
} }
} }
else -> {
// no-op
}
} }
} }

@ -6,7 +6,7 @@
// FORCE REBUILD 2021-11-24 // FORCE REBUILD 2021-11-24
object Versions { object Versions {
const val kotlin = "1.6.10" const val kotlin = "1.5.31"
const val coroutines = "1.5.2" const val coroutines = "1.5.2"
// These versions are linked: lint should be X+23.Y.Z of gradle_plugin version, according to: // These versions are linked: lint should be X+23.Y.Z of gradle_plugin version, according to:
@ -20,7 +20,8 @@ object Versions {
const val detekt = "1.17.1" const val detekt = "1.17.1"
const val jna = "5.6.0" const val jna = "5.6.0"
const val androidx_compose = "1.1.0" const val androidx_activity_compose = "1.4.0"
const val androidx_compose = "1.0.5"
const val androidx_appcompat = "1.3.0" const val androidx_appcompat = "1.3.0"
const val androidx_benchmark = "1.0.0" const val androidx_benchmark = "1.0.0"
const val androidx_biometric = "1.1.0" const val androidx_biometric = "1.1.0"

Loading…
Cancel
Save