From 5c866805f9ffddbee4f8dd143cf2e021ee58da93 Mon Sep 17 00:00:00 2001 From: 1 <386029724@qq.com> Date: Sun, 5 Apr 2026 13:12:32 +0800 Subject: [PATCH] Update build.gradle.kts --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6d01e7d..ceab483 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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")