We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f1a08 commit ce79750Copy full SHA for ce79750
CHANGES.md
@@ -1,5 +1,8 @@
1
# Change history for the Godot OpenXR loaders asset
2
3
+## 3.0.1
4
+- Fixed hand tracking issue
5
+
6
## 3.0.0
7
- Merge GDExtension into a single implementation
8
- Upgrade Android, Gradle, Godot and Kotlin dependencies
config.gradle
@@ -19,7 +19,7 @@ ext {
19
20
// Parse the release version from the gradle project properties (e.g: -Prelease_version=<version>)
21
ext.getReleaseVersion = { ->
22
- final String defaultVersion = "3.0.0-dev-SNAPSHOT"
+ final String defaultVersion = "3.1.0-dev-SNAPSHOT"
23
24
String releaseVersion = project.hasProperty("release_version") ? project.property("release_version") : defaultVersion
25
if (releaseVersion == null || releaseVersion.isEmpty()) {
0 commit comments