Skip to content

Commit 5c86680

Browse files
committed
Update build.gradle.kts
1 parent 934e93d commit 5c86680

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 = 150
21-
versionName = "2.0.5"
20+
versionCode = 151
21+
versionName = "2.0.6"
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
vectorDrawables {
@@ -70,7 +70,7 @@ android {
7070

7171
dependencies {
7272

73-
implementation("com.github.InvertGeek:mixfile-core:2.0.5")
73+
implementation("com.github.InvertGeek:mixfile-core:2.0.6")
7474
implementation("androidx.compose.material:material-icons-extended:1.7.8")
7575
implementation("com.tencent:mmkv:1.3.14")
7676
implementation("net.engawapg.lib:zoomable:1.6.1")

0 commit comments

Comments
 (0)