We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51180a5 commit 970c1f5Copy full SHA for 970c1f5
app/build.gradle
@@ -43,7 +43,7 @@ android {
43
minSdkVersion 26
44
targetSdkVersion 36
45
versionCode 130 // is updated automatically by BitRise; only used when building locally
46
- versionName '1.21.5-dev'
+ versionName '1.21.4b'
47
48
def includeObjectBoxBrowser = System.getenv("INCLUDE_OBJECTBOX_BROWSER") ?: "false"
49
def includeLeakCanary = System.getenv("INCLUDE_LEAK_CANARY") ?: "false"
0 commit comments