diff --git a/doc/changes/misc_features/mr.676.md b/doc/changes/misc_features/mr.676.md index 8f2259432..55e16f6b3 100644 --- a/doc/changes/misc_features/mr.676.md +++ b/doc/changes/misc_features/mr.676.md @@ -1,4 +1,6 @@ --- - mr.703 +- mr.783 +- mr.808 --- More improvements to the Android port. diff --git a/src/xrt/targets/openxr_android/build.gradle b/src/xrt/targets/openxr_android/build.gradle index 3dbd1b26b..f633d3faa 100644 --- a/src/xrt/targets/openxr_android/build.gradle +++ b/src/xrt/targets/openxr_android/build.gradle @@ -177,8 +177,8 @@ dependencies { // Dependencies related only to AboutLibraries implementation "com.mikepenz:aboutlibraries-core:${latestAboutLibsRelease}" implementation "com.mikepenz:aboutlibraries:${latestAboutLibsRelease}" - implementation "androidx.cardview:cardview:1.*.*" - implementation "androidx.recyclerview:recyclerview:1.1.*" + implementation 'androidx.cardview:cardview:1.0.0' + implementation 'androidx.recyclerview:recyclerview:1.2.0' // for Hilt dependency injection