Update capacitor okhttp3 version

The crashlytics library uses a newer version of okhttp3 than my capacitor build gradle does. https://github.com/capacitor-community/firebase-crashlytics/blob/608e2a9a03f056163efef57081a8e57136805d42/android/android.iml#L111. This causes the app to crash. I can manually update the gradle file but it gets generated again on capacitor update or sync.

How can I get capacitor.build.gradle to match my crashlytics okhttp3 version?