We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9426e3 commit 934e93dCopy full SHA for 934e93d
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 = 149
21
- versionName = "2.0.4"
+ versionCode = 150
+ versionName = "2.0.5"
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.4")
+ implementation("com.github.InvertGeek:mixfile-core:2.0.5")
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