update version to 0.1.3.rc1

This commit is contained in:
Roei Erez
2024-07-16 09:14:39 +03:00
parent 0da35259fe
commit 938f74d7d1
13 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.1.0"
versionName "0.1.3-rc1"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {