We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b207a6 commit c7666b2Copy full SHA for c7666b2
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
AGP_VERSION: ${{ matrix.agp-version }}
75
strategy:
76
matrix:
77
- agp-version: [ 7.0.0-rc01, 7.1.0-alpha05 ]
+ agp-version: [ 7.0.0, 7.1.0-alpha05 ]
78
79
steps:
80
- uses: actions/checkout@v2
build.gradle.kts
@@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
2
3
@Suppress("ClassName")
4
object versions {
5
- const val agp = "7.0.0-rc01"
+ const val agp = "7.0.0"
6
const val agpCommon = "30.0.0-rc01"
7
const val detekt = "1.17.1"
8
const val junit = "4.13.1"
0 commit comments