Skip to content

Commit

Permalink
Compile and test with AGP 8.1.4, test with AGP 8.3.0-alpha14.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Nov 17, 2023
1 parent d263b3b commit 8bf51de
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 @@ -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
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.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"
Expand Down

0 comments on commit 8bf51de

Please sign in to comment.