1
1
plugins {
2
2
id ' com.android.application'
3
3
id ' org.jetbrains.kotlin.android'
4
- id ' com.google.devtools.ksp' version ' 1.7.10 -1.0.6 '
4
+ id ' com.google.devtools.ksp' version ' 1.7.20 -1.0.7 '
5
5
}
6
6
7
7
android {
@@ -100,7 +100,7 @@ dependencies {
100
100
101
101
implementation(" androidx.core:core-ktx:1.9.0" )
102
102
implementation(" androidx.leanback:leanback:1.0.0" )
103
- implementation(" com.github.bumptech.glide:glide:4.13 .2" )
103
+ implementation(" com.github.bumptech.glide:glide:4.14 .2" )
104
104
implementation(" com.afzaln:android-tvprovider:1.1.0-alpha01-1.0.1" )
105
105
implementation(" androidx.preference:preference-ktx:1.2.0" )
106
106
implementation(" androidx.palette:palette-ktx:1.0.0" )
@@ -111,26 +111,26 @@ dependencies {
111
111
implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1" )
112
112
113
113
// Leanback
114
- implementation(" androidx.leanback:leanback-preference:1.2.0-alpha02 " )
114
+ implementation(" androidx.leanback:leanback-preference:1.2.0-SNAPSHOT " )
115
115
116
116
// Compose
117
- implementation(" androidx.activity:activity-compose:1.5 .1" )
118
- implementation(" androidx.lifecycle:lifecycle-runtime-compose:2.6.0-alpha02 " )
117
+ implementation(" androidx.activity:activity-compose:1.6 .1" )
118
+ implementation(" androidx.lifecycle:lifecycle-runtime-compose:2.6.0-SNAPSHOT " )
119
119
implementation(" androidx.compose.ui:ui:$compose_version " )
120
120
implementation(" androidx.compose.ui:ui-tooling-preview:$compose_version " )
121
121
implementation(" androidx.compose.runtime:runtime-livedata:$compose_version " )
122
- implementation(" androidx.compose.material3:material3:1.0.0-beta02 " )
122
+ implementation(" androidx.compose.material3:material3:1.0.0" )
123
123
implementation(" androidx.compose.material:material:$compose_version " )
124
124
implementation(" androidx.compose.foundation:foundation:$compose_version " )
125
- implementation(" androidx.navigation:navigation-compose:2.5.2 " )
126
- implementation(" io.coil-kt:coil-compose:2.2.1 " )
125
+ implementation(" androidx.navigation:navigation-compose:2.5.3 " )
126
+ implementation(" io.coil-kt:coil-compose:2.2.2 " )
127
127
implementation(" androidx.constraintlayout:constraintlayout-compose:1.0.1" )
128
128
implementation(" androidx.tv:tv-foundation:1.0.0-SNAPSHOT" )
129
129
130
- implementation(" com.google.accompanist:accompanist-navigation-animation:0.26.2-beta " )
131
- implementation(" com.google.accompanist:accompanist-pager:0.26.2-beta " )
132
- implementation(" com.google.accompanist:accompanist-placeholder:0.26.2-beta " )
133
- implementation " com.google.accompanist:accompanist-drawablepainter:0.26.2-beta "
130
+ implementation(" com.google.accompanist:accompanist-navigation-animation:0.27.0 " )
131
+ implementation(" com.google.accompanist:accompanist-pager:0.27.0 " )
132
+ implementation(" com.google.accompanist:accompanist-placeholder:0.27.0 " )
133
+ implementation " com.google.accompanist:accompanist-drawablepainter:0.27.0 "
134
134
135
135
// Debug
136
136
implementation(" com.squareup.logcat:logcat:0.1" )
0 commit comments