diff options
| author | JosJuice <josjuice@gmail.com> | 2022-05-10 20:47:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-10 20:47:52 +0200 |
| commit | 44ceba89ea2503edd71e74a849be89c7e868bc2d (patch) | |
| tree | a97c022df36bffe4672bbd8ef3b39a2db65d3429 /Source/Android/app | |
| parent | 001b05f8892808f76d4bad5114f4139c1b957788 (diff) | |
| parent | e03ee66ab5472bc5c5aa8c36f32932d2ac190ce9 (diff) | |
Merge pull request #10651 from t895/dependencies
Android: Upgrade dependencies
Diffstat (limited to 'Source/Android/app')
| -rw-r--r-- | Source/Android/app/build.gradle | 4 |
1 files 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' |
