Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10651 from t895/dependencies
Android: Upgrade dependencies
  • Loading branch information
JosJuice committed May 10, 2022
2 parents 001b05f + e03ee66 commit 44ceba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Android/app/build.gradle
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 44ceba8

Please sign in to comment.