Skip to content

Commit

Permalink
Updated libs
Browse files Browse the repository at this point in the history
  • Loading branch information
theothernt committed Aug 28, 2024
1 parent 891e7d6 commit 9d46bc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")

// Firebase
implementation("com.google.firebase:firebase-analytics-ktx:22.0.2")
implementation('com.google.firebase:firebase-analytics-ktx:22.1.0')
implementation("com.google.firebase:firebase-crashlytics-ktx:19.0.3")
implementation("com.google.firebase:firebase-perf-ktx:21.0.1")

Expand All @@ -161,7 +161,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.11.0")

// ExoPlayer
implementation("androidx.media3:media3-exoplayer:1.4.0")
implementation('androidx.media3:media3-exoplayer:1.4.1')

// FlowBus
implementation("com.github.Kosert.FlowBus:FlowBus:1.1")
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '2.0.10'
ext.kotlin_version = '2.0.20'
repositories {
mavenCentral()
google()
Expand All @@ -18,9 +18,9 @@ buildscript {
}

plugins {
id 'com.google.devtools.ksp' version '2.0.10-1.0.24'
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
id "org.jetbrains.kotlin.kapt" version "2.0.0"
id 'com.google.devtools.ksp' version '2.0.20-1.0.24'
id 'org.jetbrains.kotlin.jvm' version '2.0.20'
id "org.jetbrains.kotlin.kapt" version "2.0.20"
id "org.jmailen.kotlinter" version "4.3.0"
}

Expand Down

0 comments on commit 9d46bc6

Please sign in to comment.