We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872ae45 commit 160e3c5Copy full SHA for 160e3c5
apps/box/android/app/build.gradle
@@ -82,8 +82,8 @@ android {
82
applicationId "land.fx.blox"
83
minSdkVersion rootProject.ext.minSdkVersion
84
targetSdkVersion rootProject.ext.targetSdkVersion
85
- versionCode 230
86
- versionName "1.6.29"
+ versionCode 231
+ versionName "1.6.31"
87
// buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
88
89
testBuildType System.getProperty('testBuildType', 'debug')
0 commit comments