update version to 0.2.0

This commit is contained in:
Roei Erez
2024-07-25 17:19:47 +03:00
parent 63e5a12abb
commit 65ce16ea5f
13 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.1.4"
versionName "0.2.0"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {