We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151247d commit 18ca420Copy full SHA for 18ca420
1 file changed
app/build.gradle.kts
@@ -3,8 +3,8 @@ import java.util.Properties
3
import org.gradle.api.provider.Property
4
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
5
6
-val appVersionCode = 131
7
-val appVersionName = "3.3.4"
+val appVersionCode = 132
+val appVersionName = "3.3.5"
8
9
plugins {
10
alias(libs.plugins.android.application)
0 commit comments