From e03ee66ab5472bc5c5aa8c36f32932d2ac190ce9 Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Tue, 10 May 2022 13:56:13 -0400 Subject: [PATCH] Upgrade dependencies --- Source/Android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 2db245cfee..8f61a3feec 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 32 - ndkVersion "23.0.7599858" + ndkVersion "23.1.7779620" compileOptions { // Flag to enable support for the new language APIs @@ -100,7 +100,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.1' implementation 'androidx.fragment:fragment:1.4.1' implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0' - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.6.0' // Android TV UI libraries. implementation 'androidx.leanback:leanback:1.0.0'