Skip to content

Commit

Permalink
Merge branch 'main' into arrow-feature-signed
Browse files Browse the repository at this point in the history
  • Loading branch information
JediWattson committed Oct 21, 2022
2 parents 6b9accf + b2acb8f commit 8bbf5a7
Show file tree
Hide file tree
Showing 56 changed files with 2,434 additions and 526 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1001021803
versionName "1.2.18-3"
versionCode 1001021804
versionName "1.2.18-4"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
Loading

0 comments on commit 8bbf5a7

Please sign in to comment.