Skip to content

Commit 7f52bfa

Browse files
jones139Copilot
andcommitted
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

File tree

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#Tue Apr 12 22:12:16 BST 2022
1414
org.gradle.jvmargs=-Xmx1536M -Dkotlin.daemon.jvm.options="-Xmx1536M"
1515
android.useAndroidX=true
16+
android.enableJetifier=true
1617
android.nonTransitiveRClass=false
1718

1819
# Project-specific build properties (moved here from app/build.gradle)

0 commit comments

Comments
 (0)