Commit 7f52bfa
Fix crash when disabling Basic Mode - enable Jetifier
The GraphView library (v4.2.2) used in fragment_osdalg depends on the old
Android Support Library (android.support.v4.widget.EdgeEffectCompat).
When the fragment is inflated, this causes a NoClassDefFoundError crash
since the app uses AndroidX.
Enabling Jetifier automatically converts old support library references
to AndroidX equivalents at build time, fixing the crash.
Fixes #251
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 93895f2 commit 7f52bfa
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments