We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8750bca commit 8b39dd7Copy full SHA for 8b39dd7
1 file changed
app/build.gradle
@@ -20,7 +20,7 @@ android {
20
minSdkVersion 21
21
targetSdkVersion 33
22
versionCode 100
23
- versionName "0.13-alpha.3"
+ versionName "0.13-alpha.4"
24
if (project.hasProperty('appVerName')) {
25
versionName = "${versionName}_${appVerName}"
26
}
0 commit comments