File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ dependencies {
146
146
implementation(" androidx.appcompat:appcompat:1.7.0" )
147
147
148
148
// Firebase
149
- implementation(" com.google.firebase:firebase-analytics-ktx:22.0.2 " )
149
+ implementation(' com.google.firebase:firebase-analytics-ktx:22.1.0 ' )
150
150
implementation(" com.google.firebase:firebase-crashlytics-ktx:19.0.3" )
151
151
implementation(" com.google.firebase:firebase-perf-ktx:21.0.1" )
152
152
@@ -161,7 +161,7 @@ dependencies {
161
161
implementation(" com.google.code.gson:gson:2.11.0" )
162
162
163
163
// ExoPlayer
164
- implementation(" androidx.media3:media3-exoplayer:1.4.0 " )
164
+ implementation(' androidx.media3:media3-exoplayer:1.4.1 ' )
165
165
166
166
// FlowBus
167
167
implementation(" com.github.Kosert.FlowBus:FlowBus:1.1" )
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 2.0.10 '
2
+ ext. kotlin_version = ' 2.0.20 '
3
3
repositories {
4
4
mavenCentral()
5
5
google()
@@ -18,9 +18,9 @@ buildscript {
18
18
}
19
19
20
20
plugins {
21
- id ' com.google.devtools.ksp' version ' 2.0.10 -1.0.24'
22
- id ' org.jetbrains.kotlin.jvm' version ' 2.0.0 '
23
- id " org.jetbrains.kotlin.kapt" version " 2.0.0 "
21
+ id ' com.google.devtools.ksp' version ' 2.0.20 -1.0.24'
22
+ id ' org.jetbrains.kotlin.jvm' version ' 2.0.20 '
23
+ id " org.jetbrains.kotlin.kapt" version " 2.0.20 "
24
24
id " org.jmailen.kotlinter" version " 4.3.0"
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments