Skip to content

Commit

Permalink
fix: downgrade ffmpeg libraries because of some downloading issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Jun 14, 2023
1 parent eacc335 commit 43e8dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ voyager-navigator = { module = "ca.gosyer:voyager-navigator", version.ref = "voy
voyager-tab-navigator = { module = "ca.gosyer:voyager-tab-navigator", version.ref = "voyager" }
voyager-transitions = { module = "ca.gosyer:voyager-transitions", version.ref = "voyager" }

aniyomi-mpv = "com.github.jmir1:aniyomi-mpv-lib:1.9.n"
ffmpeg-kit = "com.github.jmir1:ffmpeg-kit:1.9"
aniyomi-mpv = "com.github.jmir1:aniyomi-mpv-lib:1.8.n"
ffmpeg-kit = "com.github.jmir1:ffmpeg-kit:1.8"
arthenica-smartexceptions = "com.arthenica:smart-exception-java:0.1.1"

[bundles]
Expand Down

2 comments on commit 43e8dcd

@Antside
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there, sorry for bothering you, I'm a complete noob when it comes to this. How am I supposed to change this on my device?

@jmir1
Copy link
Member Author

@jmir1 jmir1 commented on 43e8dcd Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a change in the source code. There is no action that the user needs to take.

Please sign in to comment.