The open source OpenXR runtime

gradle: Bump dependency versions.

+2 -2
+2 -2
build.gradle
··· 3 3 4 4 buildscript { 5 5 ext { 6 - kotlinVersion = '1.4.10' 6 + kotlinVersion = '1.4.31' 7 7 latestAboutLibsRelease = "8.5.0" 8 8 9 9 androidxCoreVersion = "1.3.2" 10 - androidxAnnotationVersion = "1.1.0" 10 + androidxAnnotationVersion = '1.2.0' 11 11 androidxAppCompatVersion = "1.2.0" 12 12 androidxLifecycleVersion = "2.2.0" 13 13 androidxConstraintLayoutVersion = '2.0.4'