@@ -88,7 +88,7 @@ android {
88
88
}
89
89
90
90
composeOptions {
91
- kotlinCompilerExtensionVersion ' 1.5.3 '
91
+ kotlinCompilerExtensionVersion ' 1.5.15 '
92
92
}
93
93
94
94
packagingOptions {
@@ -111,48 +111,48 @@ android {
111
111
}
112
112
113
113
dependencies {
114
- implementation(" org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5 " )
114
+ implementation(" org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0 " )
115
115
116
- implementation(" androidx.core:core-ktx:1.9 .0" )
117
- implementation(" androidx.leanback:leanback:1.0 .0" )
118
- implementation(" com.github.bumptech.glide:glide:4.13.2 " )
116
+ implementation(" androidx.core:core-ktx:1.16 .0" )
117
+ implementation(" androidx.leanback:leanback:1.2 .0" )
118
+ implementation(" com.github.bumptech.glide:glide:4.16.0 " )
119
119
implementation(" com.afzaln:android-tvprovider:1.1.0-alpha01-1.0.1" )
120
- implementation(" androidx.preference:preference-ktx:1.2.0 " )
120
+ implementation(" androidx.preference:preference-ktx:1.2.1 " )
121
121
implementation(" androidx.palette:palette-ktx:1.0.0" )
122
122
123
123
// Architecture
124
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.5 .1" )
125
- implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.5 .1" )
126
- implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.5 .1" )
124
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9 .1" )
125
+ implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.9 .1" )
126
+ implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.9 .1" )
127
127
128
128
// Leanback
129
- implementation(" androidx.leanback:leanback-preference:1.2.0-alpha02 " )
129
+ implementation(" androidx.leanback:leanback-preference:1.2.0" )
130
130
131
131
// Compose
132
- implementation(" androidx.activity:activity-compose:1.6 .1" )
133
- implementation(" androidx.lifecycle:lifecycle-runtime-compose:2.6.0-alpha03 " )
132
+ implementation(" androidx.activity:activity-compose:1.10 .1" )
133
+ implementation(" androidx.lifecycle:lifecycle-runtime-compose:2.9.1 " )
134
134
implementation(" androidx.compose.ui:ui:$compose_version " )
135
135
implementation(" androidx.compose.ui:ui-tooling-preview:$compose_version " )
136
136
implementation(" androidx.compose.runtime:runtime-livedata:$compose_version " )
137
- implementation(" androidx.compose.material3:material3:1.1.0-alpha02 " )
137
+ implementation(" androidx.compose.material3:material3:1.3.2 " )
138
138
implementation(" androidx.compose.material:material:$compose_version " )
139
139
implementation(" androidx.compose.foundation:foundation:$compose_version " )
140
- implementation(" androidx.navigation:navigation-compose:2.7.4 " )
141
- implementation(" io.coil-kt:coil-compose:2.2.2 " )
142
- implementation(" androidx.constraintlayout:constraintlayout-compose:1.0 .1" )
143
- implementation(" androidx.tv:tv-foundation:1.0.0-alpha10 " )
140
+ implementation(" androidx.navigation:navigation-compose:2.9.1 " )
141
+ implementation(" io.coil-kt:coil-compose:2.7.0 " )
142
+ implementation(" androidx.constraintlayout:constraintlayout-compose:1.1 .1" )
143
+ implementation(" androidx.tv:tv-foundation:1.0.0-alpha12 " )
144
144
145
- implementation(" com.google.accompanist:accompanist-pager:0.27 .0" )
146
- implementation(" com.google.accompanist:accompanist-placeholder:0.27 .0" )
147
- implementation " com.google.accompanist:accompanist-drawablepainter:0.27.0 "
145
+ implementation(" com.google.accompanist:accompanist-pager:0.36 .0" )
146
+ implementation(" com.google.accompanist:accompanist-placeholder:0.36 .0" )
147
+ implementation " com.google.accompanist:accompanist-drawablepainter:0.37.3 "
148
148
149
149
// Debug
150
- implementation(" com.squareup.logcat:logcat:0.1 " )
150
+ implementation(" com.squareup.logcat:logcat:0.2.3 " )
151
151
152
152
testImplementation ' junit:junit:4.13.2'
153
153
androidTestImplementation " androidx.compose.ui:ui-test-junit4:$compose_version "
154
- androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
155
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
154
+ androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
155
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
156
156
157
157
debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
158
158
debugImplementation " androidx.compose.ui:ui-test-manifest:$compose_version "
0 commit comments