Skip to content

Commit

Permalink
Compile and test with AGP 8.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jan 24, 2024
1 parent 9ff19cf commit 2e0ba4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2e0ba4f

Please sign in to comment.