We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792c144 commit cef3ce0Copy full SHA for cef3ce0
1 file changed
app/build.gradle.kts
@@ -3,8 +3,9 @@ import java.util.Properties
3
import org.gradle.api.provider.Property
4
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
5
6
-val appVersionCode = 142
7
-val appVersionName = "3.4.6"
+// Skipping 3.4.6 as a release checkpoint; the next published release is 3.4.7.
+val appVersionCode = 143
8
+val appVersionName = "3.4.7"
9
10
plugins {
11
alias(libs.plugins.android.application)
0 commit comments