From eab967e64ea0cfe9512e03ffa05a8804e14ac3a9 Mon Sep 17 00:00:00 2001 From: Yang Date: Tue, 3 Dec 2024 20:27:31 +1100 Subject: [PATCH] Compile with AGP 8.7.3. --- .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 643904e..fcc8831 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.2, 8.8.0-beta01, 8.9.0-alpha04 ] + 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.3, 8.8.0-beta01, 8.9.0-alpha04 ] steps: - uses: actions/checkout@v4 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7e1d58c..2e95c1e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] kotlin = "2.1.0" binaryCompabilityValidator = "0.15.1" -agp = "8.7.2" -agp-common = "31.7.2" +agp = "8.7.3" +agp-common = "31.7.3" detekt = "1.23.7" mavenPublish = "0.29.0" junit = "4.13.2"