Skip to content

Commit

Permalink
Move the OpenXR version to the common config.gradle (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d authored Jul 1, 2024
1 parent aec5063 commit 079a226
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ext {
nexusPublishVersion : '1.3.0',
kotlinVersion : '1.9.20',
cmakeVersion : '3.22.1',
ndkVersion : '23.2.8568313'
ndkVersion : '23.2.8568313',
openxrVersion : '1.0.34'
]

libraries = [
Expand Down
2 changes: 1 addition & 1 deletion godotopenxrkhronos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ android {

dependencies {
compileOnly libraries.godotAndroidLib
implementation "org.khronos.openxr:openxr_loader_for_android:1.0.34"
implementation "org.khronos.openxr:openxr_loader_for_android:$versions.openxrVersion"
}

task cleanAssets(type: Delete) {
Expand Down
2 changes: 1 addition & 1 deletion godotopenxrpico/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ android {

dependencies {
compileOnly libraries.godotAndroidLib
implementation "org.khronos.openxr:openxr_loader_for_android:1.0.34"
implementation "org.khronos.openxr:openxr_loader_for_android:$versions.openxrVersion"
}

task cleanAssets(type: Delete) {
Expand Down

0 comments on commit 079a226

Please sign in to comment.