Skip to content

Commit

Permalink
Compile and test with AGP 8.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Aug 29, 2024
1 parent 04126ec commit 58ed8a1
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 @@ -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.0-rc01, 8.7.0-alpha08 ]
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.0, 8.7.0-alpha08 ]

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.20"
binaryCompabilityValidator = "0.15.1"
agp = "8.5.2"
agp-common = "31.5.2"
agp = "8.6.0"
agp-common = "31.6.0"
detekt = "1.23.6"
mavenPublish = "0.29.0"
junit = "4.13.2"
Expand Down

0 comments on commit 58ed8a1

Please sign in to comment.