The open source OpenXR runtime
0
fork

Configure Feed

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

gradle: Update AboutLibraries dep

Note that we're one version back from the latest due to a bug.

+3 -1
+3 -1
build.gradle
··· 4 4 buildscript { 5 5 ext { 6 6 kotlinVersion = '1.4.32' 7 - latestAboutLibsRelease = "8.5.0" 7 + 8 + // Skip 8.8.6 - see https://github.com/mikepenz/AboutLibraries/issues/648 9 + latestAboutLibsRelease = '8.8.5' 8 10 9 11 androidxCoreVersion = "1.3.2" 10 12 androidxAnnotationVersion = '1.2.0'