You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when creating a production build with fastlane on android:
> Configure project :react-native-notifications
WARNING: DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
Android gradle plugin: 8.1.1
Gradle: 8.3
FAILURE: Build failed with an exception.
Does this dexOptions config need changing to something else?
Anyone aware of a workaround in the meantime? I could patch the package to use a different configuration if required.
The text was updated successfully, but these errors were encountered:
I'm getting this error when creating a production build with fastlane on android:
Does this dexOptions config need changing to something else?
Anyone aware of a workaround in the meantime? I could patch the package to use a different configuration if required.
The text was updated successfully, but these errors were encountered: