This commit is contained in:
1
2025-08-04 12:26:42 +08:00
parent 5a69a8db98
commit 99aa52ed54
2 changed files with 3 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ android {
applicationId = "com.donut.mixfile"
minSdk = 26
targetSdk = 35
versionCode = 143
versionName = "1.19.1"
versionCode = 144
versionName = "1.19.2"
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 = "1.1.2"
mixfileCore = "1.1.3"
#noinspection GradleDependency
mmkv = "1.3.14"
navigationCompose = "2.9.3"