-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit 70a5a5e
committed
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.1 parent 7ec6376 commit 70a5a5e
File tree
4 files changed
+9
-11
lines changed- app/src/main
- java/com/d4rk/androidtutorials/java/ui/screens
- help
- support
- res/drawable
- gradle
4 files changed
+9
-11
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | - | ||
27 | + | ||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | - | ||
41 | + | ||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | + | ||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | - | ||
24 | + | ||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | - | ||
8 | - | ||
9 | - | ||
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | - | ||
4 | + | ||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | - | ||
13 | + | ||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | - | ||
28 | - | ||
27 | + | ||
28 | + | ||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | - | ||
32 | + | ||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments