Skip to content

Commit

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

android {
namespace = "de.salomax.currencies"
compileSdk = 34
buildToolsVersion = "33.0.1"
buildToolsVersion = "34.0.0"

defaultConfig {
applicationId = "de.salomax.currencies"
Expand Down Expand Up @@ -89,7 +89,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:$appCompatVersion")
implementation("androidx.appcompat:appcompat-resources:$appCompatVersion")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
val livecycleVersion = "2.6.2"
val livecycleVersion = "2.7.0"
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$livecycleVersion")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:$livecycleVersion")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:$livecycleVersion")
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.2.0" apply false
id("com.android.application") version "8.2.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
// dependency-update-checker
id("com.github.ben-manes.versions") version "0.50.0"
Expand Down

0 comments on commit 4137e07

Please sign in to comment.