Trying to upgrade React native to version 0.77.0 from 0.74.5.
Using eas build with Expo.
Expo build always trying to use:
Running 'gradlew :app:assembleRelease' in /home/expo/workingdir/build/android
Downloading https://services.gradle.org/distributions/gradle-8.8-all.zip
Then ends with the error:
A problem occurred evaluating project ':app'.
Failed to apply plugin 'com.android.internal.version-check'.
Minimum supported Gradle version is 8.9. Current version is 8.8. If using the gradle wrapper, try editing the distributionUrl in /home/expo/workingdir/build/android/gradle/wrapper/gradle-wrapper.properties to gradle-8.9-all.zip
I changed the version in all gradle-wrapper.properties files but does not counts. Still loading the 8.8 version.
I am new in React Native and I am not able to change the Gradle version used for Expo built.
Can someone help please?
Trying to upgrade React native to version 0.77.0 from 0.74.5.
Using eas build with Expo.
Expo build always trying to use:
Running 'gradlew :app:assembleRelease' in /home/expo/workingdir/build/android
Downloading https://services.gradle.org/distributions/gradle-8.8-all.zip
Then ends with the error:
A problem occurred evaluating project ':app'.
I changed the version in all gradle-wrapper.properties files but does not counts. Still loading the 8.8 version.
I am new in React Native and I am not able to change the Gradle version used for Expo built.
Can someone help please?