aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDagger Team <java-team-github-bot@google.com>2020-12-14 12:27:37 -0800
committerDagger Team <dagger-dev+copybara@google.com>2020-12-14 12:29:07 -0800
commitf11b2bc9f1ed98995bd0fc4163e0679dbb47b177 (patch)
tree4437ee619638861323a9e05c48a2a5a472d3bf57 /util
parent210ba4be13e28e4504855005482cc0987c8c3eff (diff)
downloaddagger2-f11b2bc9f1ed98995bd0fc4163e0679dbb47b177.tar.gz
Update Android SDK and build tools to 30 along with AGP to 4.1.1. AGP also requires newer Gradle version, so bumping the wrapper to 6.7. Robolectric also had tro be updates to 4.5-alpha which supports API 30.
RELNOTES=N/A PiperOrigin-RevId: 347443545
Diffstat (limited to 'util')
-rwxr-xr-xutil/run-local-emulator-tests.sh2
-rwxr-xr-xutil/run-local-tests.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/run-local-emulator-tests.sh b/util/run-local-emulator-tests.sh
index 8d4552575..49f52853f 100755
--- a/util/run-local-emulator-tests.sh
+++ b/util/run-local-emulator-tests.sh
@@ -4,7 +4,7 @@
#
# To run this script, just pass in a valid avd name:
#
-# $ path/to/run-local-emulator-tests.sh Android29
+# $ path/to/run-local-emulator-tests.sh Android30
set -ex
diff --git a/util/run-local-tests.sh b/util/run-local-tests.sh
index 0ed880f92..9ea08d847 100755
--- a/util/run-local-tests.sh
+++ b/util/run-local-tests.sh
@@ -25,7 +25,7 @@ done
# Run gradle tests with different versions of Android Gradle Plugin
-readonly AGP_VERSIONS=("4.1.0-alpha07" "4.0.0-beta05" "3.6.3")
+readonly AGP_VERSIONS=("4.0.2" "3.6.4")
readonly ANDROID_GRADLE_PROJECTS=(
"java/dagger/example/gradle/android/simple"
"javatests/artifacts/dagger-android/simple"