Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Jul 15, 2024
1 parent e3ae9db commit 9ce685f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.io.FileInputStream
plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
id("com.google.devtools.ksp") version "2.0.0-1.0.21"
id("com.google.devtools.ksp") version "2.0.0-1.0.23"
}

android {
Expand Down Expand Up @@ -88,17 +88,17 @@ dependencies {
// kotlin
implementation("androidx.core:core-ktx:1.13.1")
// support libs
val appCompatVersion = "1.6.1"
val appCompatVersion = "1.7.0"
implementation("androidx.appcompat:appcompat:$appCompatVersion")
implementation("androidx.appcompat:appcompat-resources:$appCompatVersion")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
val livecycleVersion = "2.8.0"
val livecycleVersion = "2.8.3"
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$livecycleVersion")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:$livecycleVersion")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:$livecycleVersion")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("androidx.window:window:1.2.0")
implementation("androidx.window:window:1.3.0")
implementation("com.google.android.material:material:1.12.0")
// downloader
val fuelVersion = "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask

plugins {
id("com.android.application") version "8.4.1" apply false
id("com.android.application") version "8.5.1" apply false
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
// dependency-update-checker
id("com.github.ben-manes.versions") version "0.51.0"
Expand Down

0 comments on commit 9ce685f

Please sign in to comment.