Update build.gradle.kts

This commit is contained in:
1
2026-04-05 13:12:32 +08:00
parent 934e93d130
commit 5c866805f9

View File

@@ -17,8 +17,8 @@ android {
applicationId = "com.donut.mixfile"
minSdk = 26
targetSdk = 36
versionCode = 150
versionName = "2.0.5"
versionCode = 151
versionName = "2.0.6"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
@@ -70,7 +70,7 @@ android {
dependencies {
implementation("com.github.InvertGeek:mixfile-core:2.0.5")
implementation("com.github.InvertGeek:mixfile-core:2.0.6")
implementation("androidx.compose.material:material-icons-extended:1.7.8")
implementation("com.tencent:mmkv:1.3.14")
implementation("net.engawapg.lib:zoomable:1.6.1")