Skip to content

Commit 078a4cb

Browse files
committed
Compile and test with AGP 8.13.1.
1 parent 592fcf4 commit 078a4cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: [ 8.2.2, 8.3.2, 8.4.2, 8.5.2, 8.6.1, 8.7.3, 8.8.2, 8.9.2, 8.10.1, 8.11.1, 8.12.2, 8.13.0, 9.0.0-beta01 ]
64+
agp-version: [ 8.2.2, 8.3.2, 8.4.2, 8.5.2, 8.6.1, 8.7.3, 8.8.2, 8.9.2, 8.10.1, 8.11.1, 8.12.2, 8.13.1, 9.0.0-beta01 ]
6565

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.2.21"
33
binaryCompabilityValidator = "0.18.0"
4-
agp = "8.13.0"
4+
agp = "8.13.1"
55
detekt = "2.0.0-alpha.1"
66
mavenPublish = "0.35.0"
77
burst = "2.9.0"

0 commit comments

Comments
 (0)