Skip to content

Commit

Permalink
Update the Meta OpenXR loader to version 54 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d authored Jun 30, 2023
1 parent cb6d425 commit 547d542
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for the Godot OpenXR loaders asset

## 1.1.0
- Update Meta OpenXR loader to version 54
- Bump dependencies versions to match the latest Godot 4.x stable version (v4.0.3)

## 1.0.0
- First version
- Added support for Meta Quest loader
Expand Down
12 changes: 6 additions & 6 deletions config.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
ext {
versions = [
gradlePluginVersion: '7.2.1',
compileSdk : 31,
minSdk : 19,
targetSdk : 31,
godotLibVersion : '4.0.0.stable',
compileSdk : 33,
minSdk : 21,
targetSdk : 33,
godotLibVersion : '4.0.3.stable',
javaVersion : JavaVersion.VERSION_11,
nexusPublishVersion : '1.1.0'
nexusPublishVersion : '1.3.0'
]
}

// Parse the release version from the gradle project properties (e.g: -Prelease_version=<version>)
ext.getReleaseVersion = { ->
final String defaultVersion = "1.0.0-SNAPSHOT"
final String defaultVersion = "1.1.0-SNAPSHOT"

String releaseVersion = project.hasProperty("release_version") ? project.property("release_version") : defaultVersion
if (releaseVersion == null || releaseVersion.isEmpty()) {
Expand Down
1 change: 1 addition & 0 deletions godotopenxrmeta/src/main/jniLibs/arm64-v8a/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Version 54 of the Meta OpenXR Mobile SDK from https://developer.oculus.com/downloads/package/oculus-openxr-mobile-sdk/54.0
Binary file modified godotopenxrmeta/src/main/jniLibs/arm64-v8a/libopenxr_loader.so
100644 → 100755
Binary file not shown.

0 comments on commit 547d542

Please sign in to comment.