update versions

This commit is contained in:
Roei Erez
2024-09-25 09:31:55 +03:00
parent 667a98ca71
commit 24d41de656
21 changed files with 25 additions and 25 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-breez-sdk-liquid-example",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"scripts": {
"clean": "rm -rf /tmp/metro-* && yarn start --reset-cache",