Skip to content

Commit c0349ed

Browse files
authored
Bump android/android-test's dependency to use a release (#246)
1 parent 9ef97c8 commit c0349ed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

WORKSPACE

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ android_sdk_repository(
1313
#
1414
# This repository contains the supporting tools to run Android instrumentation tests,
1515
# like the emulator definitions (android_device) and the device broker/test runner.
16-
ATS_COMMIT = "10c8fdf6a1c9c48a268e2db19646732c62c1313c"
16+
ATS_TAG = "androidx-test-1.1.1-alpha01"
17+
18+
ATS_SHA256 = "f7e967cb471bc279fda564084e965868d96e6c608fa27e26cf4330ae29cd603e"
1719

18-
ATS_SHA256 = "f427adae66469846e41b16b49062a8e320fed5a426ec7072f9bf5cc064450418"
1920

2021
http_archive(
2122
name = "android_test_support",
2223
sha256 = ATS_SHA256,
23-
strip_prefix = "android-test-%s" % ATS_COMMIT,
24-
urls = ["https://github.com/android/android-test/archive/%s.tar.gz" % ATS_COMMIT],
24+
strip_prefix = "android-test-%s" % ATS_TAG,
25+
urls = ["https://github.com/android/android-test/archive/%s.tar.gz" % ATS_TAG],
2526
)
2627

2728
load("@android_test_support//:repo.bzl", "android_test_repositories")

0 commit comments

Comments
 (0)