Commit 19346b7
committed
Update .gitignore and remove status bar color change
This commit updates the `.gitignore` file to exclude release-specific files and removes the explicit setting of the status bar color in `MainActivity.kt`.
Key changes:
- Added `app/release/app-release.apk`, `app/release/baselineProfiles/*/*.dm`, and `app/release/output-metadata.json` to `.gitignore`.
- Removed `window.statusBarColor = Color.Red.toArgb()` from `MainActivity.kt`.1 parent 10b0a81 commit 19346b7
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| |||
0 commit comments