Skip to content

Commit

Permalink
fix(ui): format selection
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Aug 18, 2024
1 parent 8476a4f commit 4327c5b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ fun FormatPageImpl(
}
isSuggestedFormatSelected = false
selectedAudioOnlyFormats.add(index)
selectedVideoOnlyFormat = NOT_SELECTED
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
accompanist = "0.34.0"
androidGradlePlugin = "8.5.0-alpha06"
androidGradlePlugin = "8.5.2"
androidxComposeBom = "2024.04.00-alpha01"
androidxComposeCompiler = "1.5.11"
androidxCore = "1.12.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Oct 23 22:26:59 CST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4327c5b

Please sign in to comment.