From 5659ba40e071e32b1c88fb7ba334dcffa9925988 Mon Sep 17 00:00:00 2001 From: office-pc nix root Date: Sat, 13 Sep 2025 09:54:28 +0800 Subject: [PATCH] fix issues with audio only player --- android/app/proguard-rules.pro | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index fab1417b..935e3309 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -1 +1 @@ --keep class com.antonkarpenko.ffmpegkit.** { *; } \ No newline at end of file +-keep class com.antonkarpenko.ffmpegkit.** { *; } -keep class com.ryanheise.just_audio.** { *; } \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 45b43371..fd931dbe 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 46c621bb..9d08b05f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: clipious -version: 1.22.14+6076 +version: 1.22.14+6077 publish_to: none description: Client for invidious. environment: @@ -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