@@ -48,6 +48,9 @@ android_app {
48
48
" androidx-constraintlayout_constraintlayout" ,
49
49
" androidx.core_core-ktx" ,
50
50
" androidx.fragment_fragment-ktx" ,
51
+ " androidx.lifecycle_lifecycle-runtime" ,
52
+ " androidx.lifecycle_lifecycle-runtime-ktx" ,
53
+ " androidx.lifecycle_lifecycle-service" ,
51
54
" Twelve_androidx.media3_media3-common-ktx" ,
52
55
" Twelve_androidx.media3_media3-exoplayer" ,
53
56
" Twelve_androidx.media3_media3-exoplayer-midi" ,
@@ -56,17 +59,18 @@ android_app {
56
59
" androidx.navigation_navigation-fragment-ktx" ,
57
60
" androidx.navigation_navigation-ui-ktx" ,
58
61
" androidx.recyclerview_recyclerview" ,
59
- " androidx.room_room-runtime" ,
60
62
" androidx.room_room-ktx" ,
63
+ " androidx.room_room-runtime" ,
61
64
" androidx.viewpager2_viewpager2" ,
65
+ " Twelve_com.github.bogerchan_Nier-Visualizer" ,
66
+ " Twelve_com.google.android.material_material" ,
67
+ " Twelve_com.squareup.okhttp3_okhttp" ,
62
68
" Twelve_io.coil-kt.coil3_coil" ,
69
+ " Twelve_io.coil-kt.coil3_coil-android" ,
63
70
" Twelve_io.coil-kt.coil3_coil-core-android" ,
71
+ " Twelve_io.coil-kt.coil3_coil-network-core-android" ,
64
72
" Twelve_io.coil-kt.coil3_coil-network-okhttp" ,
65
- " Twelve_com.google.android.material_material" ,
66
- " Twelve_com.github.bogerchan_Nier-Visualizer" ,
67
- " Twelve_com.squareup.okhttp3_okhttp" ,
68
73
" kotlin-stdlib" ,
69
- " androidx.lifecycle_lifecycle-service" ,
70
74
" kotlinx_coroutines_guava" ,
71
75
" kotlinx_serialization_json" ,
72
76
],
0 commit comments