We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9943c53 commit 1c6b8dbCopy full SHA for 1c6b8db
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.8-dev'
+ versionName '1.21.8'
37
38
def includeObjectBoxBrowser = System.getenv("INCLUDE_OBJECTBOX_BROWSER") ?: "false"
39
def includeLeakCanary = System.getenv("INCLUDE_LEAK_CANARY") ?: "false"
0 commit comments