Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-keep class com.antonkarpenko.ffmpegkit.** { *; }
-keep class com.antonkarpenko.ffmpegkit.** { *; } -keep class com.ryanheise.just_audio.** { *; }
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -819,10 +819,10 @@ packages:
dependency: "direct main"
description:
name: just_audio
sha256: "679637a3ec5b6e00f36472f5a3663667df00ee4822cbf5dafca0f568c710960a"
sha256: "9694e4734f515f2a052493d1d7e0d6de219ee0427c7c29492e246ff32a219908"
url: "https://pub.dev"
source: hosted
version: "0.10.4"
version: "0.10.5"
just_audio_platform_interface:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: clipious
version: 1.22.14+6076
version: 1.22.14+6077
publish_to: none
description: Client for invidious.
environment:
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies:
http: any
intl: any
json_annotation: 4.9.0
just_audio: 0.10.4
just_audio: 0.10.5
locale_names: 1.1.1
# git:
# url: https://github.com/lamarios/locale_names.git
Expand Down