This commit is contained in:
1
2025-08-01 11:36:30 +08:00
parent ee48dc17bc
commit 5a69a8db98
2 changed files with 9 additions and 8 deletions

View File

@@ -17,8 +17,8 @@ android {
applicationId = "com.donut.mixfile"
minSdk = 26
targetSdk = 35
versionCode = 142
versionName = "1.19.0"
versionCode = 143
versionName = "1.19.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@@ -14,8 +14,8 @@ jvmbrotli = "0.2.0"
kotlin = "2.2.0"
coreKtx = "1.16.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
junitVersion = "1.3.0"
espressoCore = "3.7.0"
lifecycleRuntimeKtx = "2.9.2"
activityCompose = "1.10.1"
#noinspection GradleDependency
@@ -23,12 +23,13 @@ composeBom = "2024.08.00"
ktorClientCio = "3.2.2"
lz4Java = "1.8.0"
materialIconsExtended = "1.7.8"
media3Exoplayer = "1.7.1"
media3Session = "1.7.1"
mixfileCore = "1.1.1"
media3Exoplayer = "1.8.0"
media3Session = "1.8.0"
#noinspection GradleDependency
mixfileCore = "1.1.2"
#noinspection GradleDependency
mmkv = "1.3.14"
navigationCompose = "2.9.2"
navigationCompose = "2.9.3"
zoomable = "1.6.1"
googleServices = "4.4.3"