diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d4a4da..3c41f33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: AGP_VERSION: ${{ matrix.agp-version }} strategy: matrix: - agp-version: [ 7.3.1, 7.4.2, 8.0.2, 8.1.3, 8.2.0-rc03, 8.3.0-alpha13 ] + agp-version: [ 7.3.1, 7.4.2, 8.0.2, 8.1.4, 8.2.0-rc03, 8.3.0-alpha14 ] steps: - uses: actions/checkout@v3 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 90c4c73..9b55228 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] kotlin = "1.9.20" binaryCompabilityValidator = "0.13.2" -agp = "8.1.3" -agp-common = "31.1.2" +agp = "8.1.4" +agp-common = "31.1.4" detekt = "1.23.3" mavenPublish = "0.25.3" junit = "4.13.2"