Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/viroreact/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
// OpenXR loader — from local Maven repo (openxr_sdk/maven), sourced from Khronos GitHub releases.
// Provides libopenxr_loader.so (arm64-v8a) + native headers via Prefab.
// Note: artifact ID is openxr_loader_for_android (not openxr_loader_android).
implementation 'org.khronos.openxr:openxr_loader_for_android:1.1.49'
implementation 'org.khronos.openxr:openxr_loader_for_android:1.1.61'
}

task copyReleaseAAR(type: Copy) {
Expand Down
Loading