The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gradle: Format

+1 -1
+1 -1
src/xrt/targets/openxr_android/build.gradle
··· 35 35 return result 36 36 } 37 37 38 - project.ext.filterLicense = {String line -> 38 + project.ext.filterLicense = { String line -> 39 39 if (line.trim().isEmpty()) { 40 40 return '<br /><br />' 41 41 } else {