update deps

This commit is contained in:
tapframe 2026-04-23 00:59:28 +05:30
parent 2d7bbd4fba
commit bb51a1c1be
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View file

@ -25,3 +25,5 @@ keystore/
scripts/build-distribution.sh scripts/build-distribution.sh
asset asset
scripts/scrape_android_compose_animation_docs.py scripts/scrape_android_compose_animation_docs.py
tools
AGENTS.md

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "MPVKit"]
path = MPVKit
url = https://github.com/tapframe/MPVNuvio.git

View file

@ -4,22 +4,22 @@ android-compileSdk = "36"
android-minSdk = "24" android-minSdk = "24"
android-targetSdk = "36" android-targetSdk = "36"
androidx-activity = "1.12.2" androidx-activity = "1.12.2"
androidx-navigation = "2.9.0" androidx-navigation = "2.9.2"
androidx-appcompat = "1.7.1" androidx-appcompat = "1.7.1"
androidx-core = "1.17.0" androidx-core = "1.17.0"
androidx-core-splashscreen = "1.0.1" androidx-core-splashscreen = "1.0.1"
androidx-espresso = "3.7.0" androidx-espresso = "3.7.0"
androidx-lifecycle = "2.9.6" androidx-lifecycle = "2.11.0-alpha03"
androidx-work = "2.10.3" androidx-work = "2.10.3"
androidx-testExt = "1.3.0" androidx-testExt = "1.3.0"
composeMultiplatform = "1.10.0" composeMultiplatform = "1.11.0-beta03"
coil = "3.4.0" coil = "3.4.0"
kermit = "2.0.5" kermit = "2.0.5"
junit = "4.13.2" junit = "4.13.2"
kotlin = "2.3.0" kotlin = "2.3.0"
kotlinx-serialization = "1.8.1" kotlinx-serialization = "1.8.1"
ktor = "3.4.1" ktor = "3.4.1"
material3 = "1.10.0-alpha05" material3 = "1.11.0-alpha07"
androidx-media3 = "1.8.0" androidx-media3 = "1.8.0"
supabase = "3.4.1" supabase = "3.4.1"
quickjsKt = "1.0.1" quickjsKt = "1.0.1"