diff --git a/build.gradle b/build.gradle index 94a68452f..553fe13e7 100644 --- a/build.gradle +++ b/build.gradle @@ -9,17 +9,20 @@ buildscript { latestAboutLibsRelease = '8.8.5' androidxCoreVersion = "1.3.2" - androidxAnnotationVersion = '1.2.0' - androidxAppCompatVersion = "1.2.0" + androidxAnnotationVersion = '1.3.0' + androidxAppCompatVersion = '1.4.1' androidxLifecycleVersion = "2.2.0" - androidxConstraintLayoutVersion = '2.0.4' + androidxConstraintLayoutVersion = '2.1.3' + androidxCardViewVersion = '1.0.0' + androidxRecyclerViewVersion = '1.2.1' hiltVersion = '2.35.1' - materialVersion = "1.3.0" + materialVersion = '1.5.0' // This is the version to download if we can't find it locally. eigenFetchVersion = '3.4.0' + buildToolsVersion = "31.0.0" } repositories { google() diff --git a/src/xrt/targets/openxr_android/build.gradle b/src/xrt/targets/openxr_android/build.gradle index acfa9801c..d3b58ddb1 100644 --- a/src/xrt/targets/openxr_android/build.gradle +++ b/src/xrt/targets/openxr_android/build.gradle @@ -201,8 +201,8 @@ dependencies { // Dependencies related only to AboutLibraries implementation "com.mikepenz:aboutlibraries-core:${latestAboutLibsRelease}" implementation "com.mikepenz:aboutlibraries:${latestAboutLibsRelease}" - implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.recyclerview:recyclerview:1.2.0' + implementation "androidx.cardview:cardview:$androidxCardViewVersion" + implementation "androidx.recyclerview:recyclerview:$androidxRecyclerViewVersion" // for Hilt dependency injection