SaschaWillems / Vulkan-glTF-PBR

Physical based rendering with Vulkan using glTF 2.0 models
MIT License
961 stars 130 forks source link

Android build fix #74

Closed syoyo closed 4 months ago

syoyo commented 4 months ago

This PR fixes the build for Android. Requirements: Android Studio Jellyfish(2023.3.1) + SDK API level 33(Android 13. Required version for Google Play as of May 2024) Tested on Pixel5a(Android 14) android_screenshots

Changes

                                                                                                                                                                                                                                                                                            * gradle version was too old and Android Studio cannot bootstrap the build, so bumped gradle version to 8
SaschaWillems commented 4 months ago

Thank you for this PR. Very much appreciated 👍🏻

syoyo commented 4 months ago

Thanks!