update version to 0.4.0-rc2

This commit is contained in:
Roei Erez
2024-10-14 10:44:14 +03:00
parent c1afb5efa1
commit 63d9305acd
15 changed files with 17 additions and 17 deletions

View File

@@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.4.0-rc1"
versionName "0.4.0-rc2"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {