From 2e0ba4f9e91bcd59422eea4278ebfaf0b3353b58 Mon Sep 17 00:00:00 2001 From: Yang Date: Wed, 24 Jan 2024 23:46:36 +1100 Subject: [PATCH] Compile and test with AGP 8.2.2. --- .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 96c37a1..0785413 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,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.1, 8.3.0-beta02, 8.4.0-alpha05 ] + agp-version: [ 7.3.1, 7.4.2, 8.0.2, 8.1.4, 8.2.2, 8.3.0-beta02, 8.4.0-alpha05 ] steps: - uses: actions/checkout@v3 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8b7bd4c..bdcd2c5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] kotlin = "1.9.22" binaryCompabilityValidator = "0.13.2" -agp = "8.2.1" -agp-common = "31.2.0" +agp = "8.2.2" +agp-common = "31.2.2" detekt = "1.23.3" mavenPublish = "0.25.3" junit = "4.13.2"