Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
chore: update AGP version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkx173 committed Jun 5, 2024
1 parent 6278bef commit 0ad7ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pluginManagement {
mavenCentral()
}
plugins {
id("com.android.application") version "8.4.0"
id("com.android.library") version "8.4.0"
id("com.android.application") version "8.4.1"
id("com.android.library") version "8.4.1"
id("org.jetbrains.kotlin.android") version "1.9.0"
id("com.google.devtools.ksp") version "1.9.0-1.0.13" apply false
}
Expand Down

0 comments on commit 0ad7ce9

Please sign in to comment.