Skip to content

Commit

Permalink
Compile with AGP 7.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jul 29, 2021
1 parent 3b207a6 commit c7666b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
AGP_VERSION: ${{ matrix.agp-version }}
strategy:
matrix:
agp-version: [ 7.0.0-rc01, 7.1.0-alpha05 ]
agp-version: [ 7.0.0, 7.1.0-alpha05 ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent

@Suppress("ClassName")
object versions {
const val agp = "7.0.0-rc01"
const val agp = "7.0.0"
const val agpCommon = "30.0.0-rc01"
const val detekt = "1.17.1"
const val junit = "4.13.1"
Expand Down

0 comments on commit c7666b2

Please sign in to comment.