Skip to content

Commit

Permalink
Update AGP to v8.6.1 (#4835)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 10889eb commit f506aab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import com.android.build.gradle.api.AndroidBasePlugin
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id 'com.android.application' version "8.6.0"
id 'com.android.library' version "8.6.0" apply false
id 'com.android.test' version '8.6.0' apply false
id 'com.android.application' version "8.6.1"
id 'com.android.library' version "8.6.1" apply false
id 'com.android.test' version '8.6.1' apply false
id 'androidx.baselineprofile' version '1.3.0'
id 'org.jetbrains.kotlin.android' version "2.0.20"
id 'org.jetbrains.kotlin.plugin.compose' version "2.0.20"
Expand Down

0 comments on commit f506aab

Please sign in to comment.