From ffdcc6671f920e5bb8282cf25a47ca16a1e2ad7b Mon Sep 17 00:00:00 2001 From: Yang Date: Tue, 15 Oct 2024 12:38:40 +1100 Subject: [PATCH] Compile and test with AGP 8.7.1. Test with AGP 8.8.0-alpha06. --- .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 d10a626..904fcf1 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.1, 8.7.0, 8.8.0-alpha05 ] + 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.1, 8.7.1, 8.8.0-alpha06 ] steps: - uses: actions/checkout@v4 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dd36477..25ac97a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] kotlin = "2.0.21" binaryCompabilityValidator = "0.15.1" -agp = "8.7.0" -agp-common = "31.7.0" +agp = "8.7.1" +agp-common = "31.7.1" detekt = "1.23.7" mavenPublish = "0.29.0" junit = "4.13.2"