The open source OpenXR runtime
0
fork

Configure Feed

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

gradle: Update Material to 1.3.0

+1 -2
+1 -2
build.gradle
··· 16 16 17 17 hiltVersion = '2.35.1' 18 18 19 - // Saw some breakage when updating to 1.2? 20 - materialVersion = "1.1.0" 19 + materialVersion = "1.3.0" 21 20 } 22 21 repositories { 23 22 google()