We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934e93d commit 5c86680Copy full SHA for 5c86680
1 file changed
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = "com.donut.mixfile"
18
minSdk = 26
19
targetSdk = 36
20
- versionCode = 150
21
- versionName = "2.0.5"
+ versionCode = 151
+ versionName = "2.0.6"
22
23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24
vectorDrawables {
@@ -70,7 +70,7 @@ android {
70
71
dependencies {
72
73
- implementation("com.github.InvertGeek:mixfile-core:2.0.5")
+ implementation("com.github.InvertGeek:mixfile-core:2.0.6")
74
implementation("androidx.compose.material:material-icons-extended:1.7.8")
75
implementation("com.tencent:mmkv:1.3.14")
76
implementation("net.engawapg.lib:zoomable:1.6.1")
0 commit comments