build: downgrade fragment

Turns out predictive back navigationn is busted for fragments.
Disabling it for my own sanity.
This commit is contained in:
Alexander Capehart 2024-07-04 23:28:41 -06:00
parent a959933036
commit f9e6017b5f
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -89,8 +89,9 @@ dependencies {
implementation "androidx.core:core-ktx:1.13.1" implementation "androidx.core:core-ktx:1.13.1"
implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.appcompat:appcompat:1.7.0"
implementation "androidx.activity:activity-ktx:1.9.0" implementation "androidx.activity:activity-ktx:1.9.0"
implementation "androidx.fragment:fragment-ktx:1.8.1" // Disabled since 1.7+ has completely broken progressive back gestures.
implementation "androidx.transition:transition:1.5.0" // noinspection GradleDependency
implementation "androidx.fragment:fragment-ktx:1.6.2"
// Components // Components
// Deliberately kept on 1.2.1 to prevent a bug where the queue sheet will not collapse on // Deliberately kept on 1.2.1 to prevent a bug where the queue sheet will not collapse on