From c7666b2791f40c26ce11c50d12af5abca4f2c4c6 Mon Sep 17 00:00:00 2001 From: Yang Date: Thu, 29 Jul 2021 10:00:12 +1000 Subject: [PATCH] Compile with AGP 7.0.0. --- .github/workflows/ci.yml | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfd840a6..6874fc88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 74127541..2d0ac362 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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"