Skip to content

Commit

Permalink
Compile and test with AGP 8.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Sep 17, 2024
1 parent dc826da commit 373a387
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, 8.7.0-beta02, 8.8.0-alpha02 ]
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.1, 8.7.0-beta02, 8.8.0-alpha02 ]

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.6.0"
agp-common = "31.6.0"
agp = "8.6.1"
agp-common = "31.6.1"
detekt = "1.23.7"
mavenPublish = "0.29.0"
junit = "4.13.2"
Expand Down

0 comments on commit 373a387

Please sign in to comment.