The open source OpenXR runtime

gradle: bump eigen version for fetched builds

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2602>

+1 -1
+1 -1
build.gradle
··· 20 20 materialVersion = '1.12.0' 21 21 22 22 // This is the version to download if we can't find it locally. 23 - eigenFetchVersion = '3.4.0' 23 + eigenFetchVersion = '5.0.0' 24 24 25 25 // If you update this, must also update .gitlab-ci/config.yml 26 26 buildToolsVersion = '34.0.0'