Skip to content

Commit

Permalink
[Vision Glass] Lower target SDK to 33
Browse files Browse the repository at this point in the history
This is needed to avoid a crash in the VisionGlass library because
Wehn registering a broadcast receiver.

See: open-ecosystem-development/OpenXR-SDK#56
  • Loading branch information
felipeerias authored and svillar committed Jun 14, 2024
1 parent a5391a6 commit 5968dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ android {
dimension "platform"
applicationIdSuffix ".visionglass"
resValue "string", "app_name", "Wolvic Vision Glass"
targetSdkVersion build_versions.target_sdk_visionglass
externalNativeBuild {
cmake {
cppFlags " -DVISIONGLASS"
Expand Down
1 change: 1 addition & 0 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ build_versions.target_sdk_oculusvr = 32
build_versions.target_sdk_wave = 31
build_versions.target_sdk_aosp = 29
build_versions.target_sdk_spaces = 29
build_versions.target_sdk_visionglass = 33
build_versions.compile_sdk = 34
build_versions.build_tools = "34.0.0"
ext.build_versions = build_versions
Expand Down

0 comments on commit 5968dcf

Please sign in to comment.