update version to 0.7.2.dev1

This commit is contained in:
Roei Erez
2025-02-24 16:13:04 +02:00
parent 35f0e0fc3f
commit 486c6de890
14 changed files with 19 additions and 19 deletions

View File

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