mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-16 23:12:12 +00:00
update deps
This commit is contained in:
parent
2d7bbd4fba
commit
bb51a1c1be
3 changed files with 9 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -25,3 +25,5 @@ keystore/
|
|||
scripts/build-distribution.sh
|
||||
asset
|
||||
scripts/scrape_android_compose_animation_docs.py
|
||||
tools
|
||||
AGENTS.md
|
||||
|
|
|
|||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "MPVKit"]
|
||||
path = MPVKit
|
||||
url = https://github.com/tapframe/MPVNuvio.git
|
||||
|
|
@ -4,22 +4,22 @@ android-compileSdk = "36"
|
|||
android-minSdk = "24"
|
||||
android-targetSdk = "36"
|
||||
androidx-activity = "1.12.2"
|
||||
androidx-navigation = "2.9.0"
|
||||
androidx-navigation = "2.9.2"
|
||||
androidx-appcompat = "1.7.1"
|
||||
androidx-core = "1.17.0"
|
||||
androidx-core-splashscreen = "1.0.1"
|
||||
androidx-espresso = "3.7.0"
|
||||
androidx-lifecycle = "2.9.6"
|
||||
androidx-lifecycle = "2.11.0-alpha03"
|
||||
androidx-work = "2.10.3"
|
||||
androidx-testExt = "1.3.0"
|
||||
composeMultiplatform = "1.10.0"
|
||||
composeMultiplatform = "1.11.0-beta03"
|
||||
coil = "3.4.0"
|
||||
kermit = "2.0.5"
|
||||
junit = "4.13.2"
|
||||
kotlin = "2.3.0"
|
||||
kotlinx-serialization = "1.8.1"
|
||||
ktor = "3.4.1"
|
||||
material3 = "1.10.0-alpha05"
|
||||
material3 = "1.11.0-alpha07"
|
||||
androidx-media3 = "1.8.0"
|
||||
supabase = "3.4.1"
|
||||
quickjsKt = "1.0.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue