We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c92b5e commit d00dd74Copy full SHA for d00dd74
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = "com.donut.mixfile"
18
minSdk = 26
19
targetSdk = 36
20
- versionCode = 144
21
- versionName = "1.19.2"
+ versionCode = 145
+ versionName = "2.0.0"
22
23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24
vectorDrawables {
gradle/libs.versions.toml
@@ -26,7 +26,7 @@ materialIconsExtended = "1.7.8"
26
media3Exoplayer = "1.8.0"
27
media3Session = "1.8.0"
28
#noinspection GradleDependency
29
-mixfileCore = "c9f3119aca"
+mixfileCore = "2.0.0"
30
31
mmkv = "1.3.14"
32
navigationCompose = "2.9.3"
0 commit comments