gitn00b1337 / expo-native-fonts

5 stars 4 forks source link

chore: bumps gradle version to fix build issues #3

Closed alexownejazayeri closed 2 months ago

alexownejazayeri commented 2 months ago

Description of changes

Android builds on EAS were failing due to the following error:

Execution failed for task ':bittingz-expo-native-fonts:compileDebugKotlin'.
> 'compileDebugJavaWithJavac' task (current target is 17) and 'compileDebugKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version.

Updating jvm target to VERSION_17 worked locally and solves https://github.com/gitn00b1337/expo-native-fonts/issues/4

alexownejazayeri commented 2 months ago

@gitn00b1337 think we can merge this one in? Will help unblock some android testing we have coming up :)

gitn00b1337 commented 2 months ago

Hi, thanks for the PR.

Is this for eas hosted or eas local? Local will depend on your java version, and I've had no issues with cloud builds yet...

Thanks

alexownejazayeri commented 2 months ago

Hi, thanks for replying! This was happening on both, think it came along with a recent eas version bump.

gitn00b1337 commented 2 months ago

This is available in the latest npm version