You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Use UpNavigationActivity and update dependencies
This commit refactors `SupportActivity` and `HelpActivity` to extend the new `UpNavigationActivity`, centralizing the "up" navigation logic. It also includes several dependency updates.
Key changes:
- **Base Activity Refactor**: `SupportActivity` and `HelpActivity` now inherit from `UpNavigationActivity` instead of `BaseActivity`.
- **Dependency Updates**:
- `material` to `1.14.0-alpha06`
- `firebaseBom` to `34.4.0`
- `googleServices` to `4.4.4`
- `playServicesAds` to `24.7.0`
- `room` to `2.8.3`
- **Drawable Cleanup**: Removed an unnecessary, empty `<path>` from the `ic_arrow_forward.xml` drawable.
0 commit comments