Skip to content

Commit e3f5d65

Browse files
committed
2.0.10
1 parent ed5b653 commit e3f5d65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = "com.donut.mixfile"
1818
minSdk = 26
1919
targetSdk = 36
20-
versionCode = 157
21-
versionName = "2.0.9.1"
20+
versionCode = 158
21+
versionName = "2.0.10"
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
vectorDrawables {
@@ -72,7 +72,7 @@ dependencies {
7272
// 引用 libs 目录下的所有 aar
7373
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.aar"))))
7474
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
75-
implementation("com.github.InvertGeek:mixfile-core:2.0.8")
75+
implementation("com.github.InvertGeek:mixfile-core:2.0.10")
7676
implementation("androidx.compose.material:material-icons-extended:1.7.8")
7777
implementation("com.tencent:mmkv:1.3.14")
7878
implementation("net.engawapg.lib:zoomable:1.6.1")

0 commit comments

Comments
 (0)