Skip to content

Commit

Permalink
build: downgrade androidx fragment
Browse files Browse the repository at this point in the history
Again, more predictive back issues.
  • Loading branch information
OxygenCobalt committed Nov 8, 2024
1 parent fe6c07a commit c2d18b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ dependencies {
implementation "androidx.core:core-ktx:1.15.0"
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "androidx.activity:activity-ktx:1.9.3"
implementation "androidx.fragment:fragment-ktx:1.8.5"
// noinspection GradleDependency
implementation "androidx.fragment:fragment-ktx:1.6.2"

// Components
// Deliberately kept on 1.2.1 to prevent a bug where the queue sheet will not collapse on
Expand Down

0 comments on commit c2d18b7

Please sign in to comment.