This commit is contained in:
1
2025-08-21 14:10:19 +08:00
parent 5c92b5e717
commit d00dd7442d
2 changed files with 3 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ android {
applicationId = "com.donut.mixfile"
minSdk = 26
targetSdk = 36
versionCode = 144
versionName = "1.19.2"
versionCode = 145
versionName = "2.0.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@@ -26,7 +26,7 @@ materialIconsExtended = "1.7.8"
media3Exoplayer = "1.8.0"
media3Session = "1.8.0"
#noinspection GradleDependency
mixfileCore = "c9f3119aca"
mixfileCore = "2.0.0"
#noinspection GradleDependency
mmkv = "1.3.14"
navigationCompose = "2.9.3"