We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267c285 commit e549cd1Copy full SHA for e549cd1
1 file changed
androidApp/build.gradle.kts
@@ -25,8 +25,8 @@ android {
25
applicationId = "org.mlm.miniter"
26
minSdk = libs.versions.android.minSdk.get().toInt()
27
targetSdk = libs.versions.android.targetSdk.get().toInt()
28
- versionCode = 185
29
- versionName = "0.6.3"
+ versionCode = 195
+ versionName = "0.6.4"
30
31
val enableApkSplits = (providers.gradleProperty("enableApkSplits").orNull ?: "true").toBoolean()
32
val includeUniversalApk = (providers.gradleProperty("includeUniversalApk").orNull ?: "true").toBoolean()
0 commit comments