File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,16 @@ android_sdk_repository(
13
13
#
14
14
# This repository contains the supporting tools to run Android instrumentation tests,
15
15
# 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"
17
19
18
- ATS_SHA256 = "f427adae66469846e41b16b49062a8e320fed5a426ec7072f9bf5cc064450418"
19
20
20
21
http_archive (
21
22
name = "android_test_support" ,
22
23
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 ],
25
26
)
26
27
27
28
load ("@android_test_support//:repo.bzl" , "android_test_repositories" )
You can’t perform that action at this time.
0 commit comments