We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac2f70 commit 70b6b24Copy full SHA for 70b6b24
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 = 125
29
- versionName = "0.5.13"
+ versionCode = 135
+ versionName = "0.5.14"
30
31
val enableApkSplits = (providers.gradleProperty("enableApkSplits").orNull ?: "true").toBoolean()
32
val includeUniversalApk = (providers.gradleProperty("includeUniversalApk").orNull ?: "true").toBoolean()
0 commit comments