aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorEric Chang <erichang@google.com>2021-07-26 17:48:21 -0700
committerDagger Team <dagger-dev+copybara@google.com>2021-07-26 17:49:34 -0700
commit666df50b8579b7e06489da871f51582595810ecc (patch)
tree9ead86c55d5b9d1949f0363cd0bb05528ccafed2 /util
parent2ba9ce05354f1153dd12905515342b8d20ea3885 (diff)
downloaddagger2-666df50b8579b7e06489da871f51582595810ecc.tar.gz
Fix bug where on AGP 7.0+ the Gradle plugin bytecode transform was not applied to non-test code.
Also add AGP 7.0.0-beta04 to the AGP versions we test. Fixes #2784. RELNOTES=Fix bug where on AGP 7.0+ the Gradle plugin bytecode transform was not applied to non-test code (#2784) PiperOrigin-RevId: 386999244
Diffstat (limited to 'util')
-rwxr-xr-xutil/run-local-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/run-local-tests.sh b/util/run-local-tests.sh
index 77fe54d92..0904fe100 100755
--- a/util/run-local-tests.sh
+++ b/util/run-local-tests.sh
@@ -18,4 +18,5 @@ pushd examples/maven && mvn compile && popd
util/run-local-gradle-tests.sh
util/run-local-gradle-android-tests.sh "4.1.0"
util/run-local-gradle-android-tests.sh "4.2.0"
+util/run-local-gradle-android-tests.sh "7.0.0-beta04"