fix: upgrade NewPipeExtractor to avoid unplayable streams

This commit is contained in:
Kingkor Roy Tirtho 2025-10-17 10:27:00 +06:00
parent 973ca20c8e
commit 348c2e931b
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@ plugins {
id "com.android.application"
id "kotlin-android"
id "dev.flutter.flutter-gradle-plugin"
id "org.jetbrains.kotlin.plugin.compose"
}
def localProperties = new Properties()

View File

@ -19,7 +19,8 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.7.0' apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
id "org.jetbrains.kotlin.plugin.compose" version "2.1.0" apply false
}
include ':app'

View File

@ -972,7 +972,7 @@ packages:
description:
path: "."
ref: HEAD
resolved-ref: "916bde44cbead75125e8db842eb46bdcf211a79a"
resolved-ref: d4d71545111c8ca6c91f0040091c42d74cce1762
url: "https://github.com/KRTirtho/flutter_new_pipe_extractor.git"
source: git
version: "0.1.0"