aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2018-10-24 15:23:07 -0700
committerBrett Chabot <brettchabot@google.com>2018-10-24 15:23:07 -0700
commit92e50d35bb39e7072170823d705ce30842204710 (patch)
treed947adae3a5b08a1fe0e2114da44fe273dd73112 /scripts
parent6fe85a55381fe8c60f1f91b336893832c9cd4c2f (diff)
downloadrobolectric-92e50d35bb39e7072170823d705ce30842204710.tar.gz
Update to androidx.test final.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install-dependencies.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install-dependencies.rb b/scripts/install-dependencies.rb
index 063dc7465..0eed8be02 100755
--- a/scripts/install-dependencies.rb
+++ b/scripts/install-dependencies.rb
@@ -146,8 +146,8 @@ MONITOR_ARTIFACT_ID = "monitor"
CORE_ARTIFACT_ID = "core"
ANDROIDX_TEST_EXT_GROUP_ID = "androidx.test.ext"
EXT_JUNIT_ARTIFACT_ID = "junit"
-ANDROIDX_TEST_VERSION = "1.1.0-beta02"
-ANDROIDX_TEST_CORE_VERSION = "1.0.0-beta02"
+ANDROIDX_TEST_VERSION = "1.1.0"
+ANDROIDX_TEST_CORE_VERSION = "1.0.0"
# Play Services constants
PLAY_SERVICES_GROUP_ID = "com.google.android.gms"