Skip to content

Commit

Permalink
Compile with AGP 8.4.2. Test with AGP 8.4.2, 8.5.0-rc02.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jun 11, 2024
1 parent 12dc92d commit ef386ab
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 @@ -65,7 +65,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.1, 8.5.0-rc01, 8.6.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.0-rc02, 8.6.0-alpha05 ]

steps:
- uses: actions/checkout@v4
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 = "2.0.0"
binaryCompabilityValidator = "0.14.0"
agp = "8.4.1"
agp-common = "31.4.1"
agp = "8.4.2"
agp-common = "31.4.2"
detekt = "1.23.6"
mavenPublish = "0.28.0"
junit = "4.13.2"
Expand Down

0 comments on commit ef386ab

Please sign in to comment.