From 58ed8a15850cb9d29c28c27621a0591ef39c3758 Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 30 Aug 2024 09:48:36 +1000 Subject: [PATCH] Compile and test with AGP 8.6.0. --- .github/workflows/ci.yml | 2 +- gradle/libs.versions.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c829e0f..ba8e0cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: AGP_VERSION: ${{ matrix.agp-version }} strategy: matrix: - agp-version: [ 7.3.1, 7.4.2, 8.0.2, 8.1.4, 8.2.2, 8.3.2, 8.4.2, 8.5.2, 8.6.0-rc01, 8.7.0-alpha08 ] + agp-version: [ 7.3.1, 7.4.2, 8.0.2, 8.1.4, 8.2.2, 8.3.2, 8.4.2, 8.5.2, 8.6.0, 8.7.0-alpha08 ] steps: - uses: actions/checkout@v4 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d79f4b1..060b89c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] kotlin = "2.0.20" binaryCompabilityValidator = "0.15.1" -agp = "8.5.2" -agp-common = "31.5.2" +agp = "8.6.0" +agp-common = "31.6.0" detekt = "1.23.6" mavenPublish = "0.29.0" junit = "4.13.2"