diff --git a/android/app/build.gradle b/android/app/build.gradle index 8e37dd18..69a089e3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -131,8 +131,8 @@ def reactNativeArchitectures() { return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"] } -def VERSION_CODE = 89 -def VERSION_NAME = "2.4.5" +def VERSION_CODE = 91 +def VERSION_NAME = "2.4.7" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index 85975d5b..e0799319 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AV_APP", - "version": "2.4.5", + "version": "2.4.7", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android", diff --git a/src/screens/allCases/HeaderLabel.tsx b/src/screens/allCases/HeaderLabel.tsx index ca669a6d..ab8c5231 100644 --- a/src/screens/allCases/HeaderLabel.tsx +++ b/src/screens/allCases/HeaderLabel.tsx @@ -33,7 +33,7 @@ const HeaderLabel: React.FC = (props) => { })); const isTeamLead = useAppSelector((state) => state.user.isTeamLead); const { caseType = 'My Cases' } = useAppSelector( - (state: RootState) => state.allCases?.filteredListToast + (state: RootState) => state.allCases?.filteredListToast || {} ); const handleAgentSelectionCTAClick = () => {