I am trying to build my app for dev build so I can use some native code, but when I run eas build ... for development build, after 3 minutes it says it fails due to some features that are not anymore available in Gradle 9 but were still mentioned in the native code. How can I fix this?
I have tried changing native code such as the dependencies and changing it to Gradle 7.6, but it hadn't worked. I'm using react native 0.76.7, Expo SDK 52.0.36/39.
I am trying to build my app for dev build so I can use some native code, but when I run eas build ... for development build, after 3 minutes it says it fails due to some features that are not anymore available in Gradle 9 but were still mentioned in the native code. How can I fix this?
I have tried changing native code such as the dependencies and changing it to Gradle 7.6, but it hadn't worked. I'm using react native 0.76.7, Expo SDK 52.0.36/39.
Share Improve this question asked Mar 17 at 22:43 knnorou2knnorou2 668 bronze badges1 Answer
Reset to default 1The problem had been resolved by changing the distribution URL to Gradle 7.6's distribution URL in the gradle-wrapper.properties
file.