Commit e0010ca
committed
feat: AAB 용량 최적화 (ABI 필터링, 미사용 폰트 제거, 스플래시 WebP 변환)
- ndk abiFilters를 arm64-v8a, armeabi-v7a로 제한 (x86/x86_64 에뮬레이터 전용 ABI 제거)
- 미사용 Pretendard 폰트 5개 제거 (thin, extralight, light, extrabold, black)
- 스플래시 PNG를 WebP로 변환 (1.2MB → 103KB)
- AAB 용량: 54.5MB → 27.4MB (49.6% 감소, 난독화 포함 누적)1 parent e6c60cd commit e0010ca
18 files changed
Lines changed: 4 additions & 32 deletions
File tree
- app
- src/main
- java/com/runnect/runnect/presentation/ui/theme
- res
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- font
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
21 | | - | |
22 | | - | |
23 | 18 | | |
24 | 19 | | |
25 | 20 | | |
| |||
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
0 commit comments