aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Santiago <danysantiago@google.com>2021-01-29 14:24:33 -0800
committerDagger Team <dagger-dev+copybara@google.com>2021-01-29 14:26:10 -0800
commit9da5114b0c9aebc9618b3e74fa96a1225f9c8503 (patch)
tree97e9eb66d82154ca4bdf1c3d7065f2ea2875eba7 /.github
parentc8713e52da0e147d11e04bccbb4e1f7cd25be73b (diff)
downloaddagger2-9da5114b0c9aebc9618b3e74fa96a1225f9c8503.tar.gz
Update Hilt Plugin to AGP beta04 and use renamed APIs when configuring the ASM transform.
Fixes https://github.com/google/dagger/issues/2337 RELNOTES=Fix an incompatibility issue between the Hilt Gradle Plugin and AGP 4.2.0-beta04. Note that this fix makes it so that earlier versions of AGP 4.2.0 are incompatible with Hilt's Plugin. PiperOrigin-RevId: 354610640
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0dae51a23..be2b0bd7f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- agp: ['4.1.0', '4.2.0-beta01']
+ agp: ['4.1.0', '4.2.0-beta04']
steps:
- name: 'Check out repository'
uses: actions/checkout@v2