Skip to content

Commit c7666b2

Browse files
committed
Compile with AGP 7.0.0.
1 parent 3b207a6 commit c7666b2

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
@@ -74,7 +74,7 @@ jobs:
7474
AGP_VERSION: ${{ matrix.agp-version }}
7575
strategy:
7676
matrix:
77-
agp-version: [ 7.0.0-rc01, 7.1.0-alpha05 ]
77+
agp-version: [ 7.0.0, 7.1.0-alpha05 ]
7878

7979
steps:
8080
- uses: actions/checkout@v2

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
22

33
@Suppress("ClassName")
44
object versions {
5-
const val agp = "7.0.0-rc01"
5+
const val agp = "7.0.0"
66
const val agpCommon = "30.0.0-rc01"
77
const val detekt = "1.17.1"
88
const val junit = "4.13.1"

0 commit comments

Comments
 (0)