Not able to get Build with updated Code in expo App

Hi, Am facing build issue, Actually I removed few code and Added new App flows in my App. But when I try get Build with expo start -c with one terminal and another terminal with expo publish after the build completed when I check new build its not updated with latest code. I got the build old code.
this is my environment setup

  Expo CLI 4.11.0 environment info:
    System:
      OS: macOS 11.2.3
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 12.14.0 - /usr/local/bin/node
      npm: 6.13.4 - /usr/local/bin/npm
    Managers:
      CocoaPods: 1.5.3 - /usr/local/bin/pod
    SDKs:
      iOS SDK:
        Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4
      Android SDK:
        API Levels: 23, 25, 26, 27, 28, 29, 30
        Build Tools: 28.0.3, 29.0.2, 30.0.3
        System Images: android-29 | Google APIs Intel x86 Atom, android-30 | Google APIs Intel x86 Atom, android-S | Google APIs ARM 64 v8a
        Android NDK: 22.1.7171670
    IDEs:
      Android Studio: 4.2 AI-202.7660.26.42.7351085
      Xcode: 12.5/12E262 - /usr/bin/xcodebuild
    npmPackages:
      expo: 33.0.0 => 33.0.0 
      react: 16.8.3 => 16.8.3 
      react-native: https://github.com/expo/react-native/archive/sdk-33.0.1.tar.gz => 0.59.8 
      react-navigation: ^1.6.1 => 1.6.1 
    npmGlobalPackages:
      expo-cli: 4.11.0
    Expo Workflow: managed

Hey @eventzillaandroid, I’m unsure why you are running two terminals. I’ve got a couple questions, are you making use of release channels at all? What does your current updates config look like? Also, what platform(s) is this occurring on?

Cheers,
Adam

I always run expo start -c and expo publish while making a build so I used two terminals, one for Starting Metro Bundler and one for publish.
1.No am not using release channels. I just a make build with expo publish and then we release at play store and App Store.

{
  "expo": {
    "name": "Eventzilla",
    "description": "This project is really great.",
    "slug": "Eventzilla",
    "privacy": "public",
    "sdkVersion": "33.0.0",
    "platforms": [
      "ios",
      "android"
    ],
    "version": "4.0.1",
    "orientation": "portrait",
    "icon": "./src/Assets/app_Icon.png",
    "splash": {
      "image": "./src/Assets/splash.png",
      "resizeMode": "cover",
      "backgroundColor": "#ffffff"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "androidStatusBar": {
      "barStyle": "light-content",
      "backgroundColor": "#2A94cc"
    },
    "ios": {
      "supportsTablet": true,
      "buildNumber": "4.0",
      "bundleIdentifier": "com.eventzilla.ios",
      "infoPlist": {
        "UIBackgroundModes": []
      },
      "publishBundlePath": "ios/eventzilla/Supporting/shell-app.bundle",
      "publishManifestPath": "ios/eventzilla/Supporting/shell-app-manifest.json"
    },
    "android": {
      "package": "com.eventzilla.android",
      "versionCode": 2 ,
      "permissions": [],
      "config": {
        "googleMaps": {
          "apiKey": "yyyyyyyyyyyyyzzzzzzzz"
        }
      },
       "category": [
            "BROWSABLE",
            "DEFAULT"
          ]
        }
      ],
      "publishBundlePath": "android/app/src/main/assets/shell-app.bundle",
      "publishManifestPath": "android/app/src/main/assets/shell-app-manifest.json"
    },
    "isDetached": true,
    "detach": {
      "iosExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/ios-v2.11.2-sdk33.0.0-76da9dd8-735b-43b3-9682-b386811f4e5f.tar.gz",
      "androidExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/android-v2.11.4-sdk33.0.0-6a4f0f3e-1f1b-4c33-9155-d0237f6d7c34.tar.gz"
    },
    "scheme": "eventzilla"
  }
}
  1. Am facing Build issue for Android, Am using MacBook Pro M1.