Sebastian Beleño
Sebastian Beleño
Hey there. Same issue here. We are receiving random `network errors` from our users and crashlytics don't provide information about the error. We use an **ErrorBoundary** to catch our exceptions...
> afterEvaluate { > if (getPlugins().hasPlugin('android') || > getPlugins().hasPlugin('android-library')) { > configure(android.lintOptions) { > abortOnError false > checkReleaseBuilds false > } > } > } This fixed my issue
Same issue here
Worked after updating the `android/build.gradle` dependencies: ```diff dependencies { - classpath("com.android.tools.build:gradle:4.2.1") + classpath("com.android.tools.build:gradle:7.3.1") classpath 'com.google.gms:google-services:4.3.10' } ```
Hey @Cnilton I've got this error when I try to push my branch, Do you have any idea what could be wrong?
same issue here  windows 11 tried with powershell as admin permissions and still failing