We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e8240 commit d80daffCopy full SHA for d80daff
app/build.gradle
@@ -33,7 +33,7 @@ android {
33
minSdkVersion 26
34
targetSdkVersion 36
35
versionCode 130 // is updated automatically by BitRise; only used when building locally
36
- versionName '1.21.7-dev'
+ versionName '1.21.7a'
37
38
def includeObjectBoxBrowser = System.getenv("INCLUDE_OBJECTBOX_BROWSER") ?: "false"
39
def includeLeakCanary = System.getenv("INCLUDE_LEAK_CANARY") ?: "false"
0 commit comments