Skip to content

Commit 970bf21

Browse files
committed
Compile and test with AGP 8.7.2. Test with AGP 8.8.0-alpha09.
1 parent defa5ed commit 970bf21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
AGP_VERSION: ${{ matrix.agp-version }}
6262
strategy:
6363
matrix:
64-
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.1, 8.8.0-alpha08 ]
64+
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.2, 8.8.0-alpha09 ]
6565

6666
steps:
6767
- uses: actions/checkout@v4

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
kotlin = "2.0.21"
33
binaryCompabilityValidator = "0.15.1"
4-
agp = "8.7.1"
5-
agp-common = "31.7.1"
4+
agp = "8.7.2"
5+
agp-common = "31.7.2"
66
detekt = "1.23.7"
77
mavenPublish = "0.29.0"
88
junit = "4.13.2"

0 commit comments

Comments
 (0)