We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c643f35 commit 22e158fCopy full SHA for 22e158f
app/build.gradle.kts
@@ -45,7 +45,7 @@ android {
45
minSdk = 24
46
targetSdk = 36
47
versionCode = providers.provider { getBuildVersionCode(rootProject) }.get()
48
- versionName = "3.2.3"
+ versionName = "3.3.0"
49
}
50
51
compileOptions {
0 commit comments