Skip to content

Commit

Permalink
Update AGP version to 8.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaruplaha committed Dec 28, 2024
1 parent 70ae8d7 commit 26f2bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath("com.android.tools.build:gradle:8.2.2")
classpath("com.android.tools.build:gradle:8.7.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21")
classpath(Libs.Kotlin.serialization)
classpath(Libs.Firebase.Crashlytics.crashlyticsGradle)
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

dependencies {
// This constant is duplicated in root/build.gradle.kts. Make sure to also update there
implementation("com.android.tools.build:gradle:8.2.2")
implementation("com.android.tools.build:gradle:8.7.3")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21")
// Without this Hilts aggregate dependencies task is unable to run.
implementation("com.squareup:javapoet:1.13.0")
Expand Down

0 comments on commit 26f2bf7

Please sign in to comment.