Skip to content

Commit

Permalink
fix(deps): update agp
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent bfffc3e commit 08157e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
kotlin("android") version "1.9.23" apply false
kotlin("multiplatform") version "1.9.23" apply false
kotlin("plugin.serialization") version "1.9.23" apply false
id("com.android.library") version "8.2.2" apply false
id("com.android.test") version "8.2.2" apply false
id("com.android.library") version "8.7.3" apply false
id("com.android.test") version "8.7.3" apply false
id("androidx.baselineprofile") version "1.2.4" apply false
id("app.cash.paparazzi") version "1.3.2" apply false
id("com.google.firebase.appdistribution") version "4.2.0" apply false
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ kotlin-lang = "1.9.23"
kotlin-dokka = "1.9.20"

kotlin-serialization = "1.6.3"
android-sdkCommon = "31.2.2"
android-lint = "31.2.2"
android-sdkCommon = "31.7.3"
android-lint = "31.7.3"
androidx-activityCompose = "1.9.0"
androidx-activityComposeCatalog = "1.9.0"
androidx-core = "1.13.0"
Expand All @@ -28,8 +28,8 @@ kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.re
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin-lang" }
kotlin-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlin-serialization" }
kotlin-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlin-serialization" }
agp = "com.android.tools.build:gradle:8.2.2"
android-desugarJdk = { module = "com.android.tools:desugar_jdk_libs", version = "2.0.4" }
agp = "com.android.tools.build:gradle:8.7.3"
android-desugarJdk = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.3" }
android-sdkCommon = { module = "com.android.tools:sdk-common", version.ref = "android-sdkCommon" }
android-lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "android-lint" }
android-lint-impl = { module = "com.android.tools.lint:lint", version.ref = "android-lint" }
Expand Down

0 comments on commit 08157e1

Please sign in to comment.