update version to 0.7.0-rc4

This commit is contained in:
Roei Erez
2025-02-05 17:42:51 +02:00
parent 543b1d198c
commit 2ae49043df
15 changed files with 18 additions and 18 deletions

View File

@@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.7.0-rc3"
versionName "0.7.0-rc4"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
buildConfigField "String", "BREEZ_API_KEY", project.property('BREEZ_API_KEY')