We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b244843 commit 4c68e68Copy full SHA for 4c68e68
1 file changed
apps/box/android/app/build.gradle
@@ -86,8 +86,8 @@ android {
86
applicationId "land.fx.blox"
87
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
89
- versionCode 254
90
- versionName "2.4.0"
+ versionCode 255
+ versionName "2.4.1"
91
92
testBuildType System.getProperty('testBuildType', 'debug')
93
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
0 commit comments