gnolang / gnonative

Develop for Gno using your app's native language
Apache License 2.0
9 stars 9 forks source link

fix: Android build - set java version compatible with Expo 51 #143

Closed D4ryl00 closed 1 month ago

D4ryl00 commented 1 month ago

This PR fixes the build for Android devices using Expo 51.

Expo 51 uses React Native 0.74 which uses Java 17 (see here): If you have already installed JDK on your system, we recommend JDK 17. You may encounter problems using higher JDK versions.

The previous version used was Java 18 which created a conflict between the two versions: Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (17) and 'compileDebugKotlin' (18).

Finally, this PR also removes the native folders and adds them in the .gitignore files because they are automatically created npx expo run:ios (or android), following the recommendations of npx expo-doctor@latest.

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 1.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: