The open source OpenXR runtime
0
fork

Configure Feed

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

t/oxr_android: Update recyclerview, and do not use wildcard version

+4 -2
+2
doc/changes/misc_features/mr.676.md
··· 1 1 --- 2 2 - mr.703 3 + - mr.783 4 + - mr.808 3 5 --- 4 6 More improvements to the Android port.
+2 -2
src/xrt/targets/openxr_android/build.gradle
··· 177 177 // Dependencies related only to AboutLibraries 178 178 implementation "com.mikepenz:aboutlibraries-core:${latestAboutLibsRelease}" 179 179 implementation "com.mikepenz:aboutlibraries:${latestAboutLibsRelease}" 180 - implementation "androidx.cardview:cardview:1.*.*" 181 - implementation "androidx.recyclerview:recyclerview:1.1.*" 180 + implementation 'androidx.cardview:cardview:1.0.0' 181 + implementation 'androidx.recyclerview:recyclerview:1.2.0' 182 182 183 183 184 184 // for Hilt dependency injection