1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-12-09 18:08:05 +00:00

Use Fragment.content extension, improve comment composables

This commit is contained in:
Isira Seneviratne
2024-08-26 19:23:50 +05:30
parent 3641698379
commit d3a6991fd4
4 changed files with 56 additions and 76 deletions

View File

@@ -216,7 +216,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'androidx.fragment:fragment-ktx:1.6.2'
implementation 'androidx.fragment:fragment-compose:1.8.2'
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${androidxLifecycleVersion}"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:${androidxLifecycleVersion}"
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'