Skip to content

Commit b08a9cf

Browse files
committed
Compile and test with AGP 7.3.1.
1 parent 751baa0 commit b08a9cf

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
@@ -60,7 +60,7 @@ jobs:
6060
AGP_VERSION: ${{ matrix.agp-version }}
6161
strategy:
6262
matrix:
63-
agp-version: [ 7.0.4, 7.1.3, 7.2.2, 7.3.0, 7.4.0-beta02, 8.0.0-alpha03 ]
63+
agp-version: [ 7.0.4, 7.1.3, 7.2.2, 7.3.1, 7.4.0-beta02, 8.0.0-alpha03 ]
6464

6565
steps:
6666
- uses: actions/checkout@v3

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
33

44
@Suppress("ClassName")
55
object versions {
6-
const val agp = "7.3.0"
7-
const val agpCommon = "30.3.0"
6+
const val agp = "7.3.1"
7+
const val agpCommon = "30.3.1"
88
const val detekt = "1.21.0"
99
const val junit = "4.13.1"
1010
const val truth = "1.1.3"

0 commit comments

Comments
 (0)