Skip to content

Commit

Permalink
Bump AGP plugin to 8.2.2 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregpereira authored Feb 11, 2024
1 parent f0f1f0a commit cc49fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ repositories {

dependencies {
implementation(kotlin("gradle-plugin"))
implementation("com.android.tools.build:gradle:8.1.4")
implementation("com.android.tools.build:gradle:8.2.2")
implementation(kotlin("compiler-embeddable"))
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
accompanist = "0.30.1"
android_gradle_plugin = "8.1.4"
android_gradle_plugin = "8.2.2"
appcompat = "1.6.1"
arch_core_testing = "2.2.0"
coil_compose = "2.5.0"
Expand Down

0 comments on commit cc49fff

Please sign in to comment.