mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Android: Use Kotlin extensions for lifecycle components
This commit is contained in:
parent
5eeb0a540b
commit
c0868f04a9
1 changed files with 4 additions and 2 deletions
|
@ -144,8 +144,10 @@ dependencies {
|
||||||
implementation 'androidx.preference:preference:1.2.0'
|
implementation 'androidx.preference:preference:1.2.0'
|
||||||
implementation 'androidx.profileinstaller:profileinstaller:1.2.2'
|
implementation 'androidx.profileinstaller:profileinstaller:1.2.2'
|
||||||
|
|
||||||
// Force dependency version to solve build conflict with androidx preferences
|
// Kotlin extensions for lifecycle components
|
||||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
|
||||||
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
|
||||||
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
|
||||||
|
|
||||||
// Android TV UI libraries.
|
// Android TV UI libraries.
|
||||||
implementation 'androidx.leanback:leanback:1.0.0'
|
implementation 'androidx.leanback:leanback:1.0.0'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue