aboutsummaryrefslogtreecommitdiff
path: root/util/run-local-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/run-local-tests.sh')
-rwxr-xr-xutil/run-local-tests.sh2
1 files changed, 1 insertions, 1 deletions
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"