File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
services/storage/javatests/androidx/test/services/storage/provider Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 18
18
package =" androidx.test.services.storage.provider" >
19
19
20
20
<uses-sdk
21
- android : minSdkVersion =" 19 "
21
+ android : minSdkVersion =" 21 "
22
22
android : targetSdkVersion =" 29" />
23
23
24
24
<application android : requestLegacyExternalStorage =" true" >
Original file line number Diff line number Diff line change 4
4
load ("//build_extensions:android_library_test.bzl" , "axt_android_library_test" )
5
5
load (
6
6
"//build_extensions:phone_devices.bzl" ,
7
- "apis" ,
8
7
"devices" ,
9
8
)
10
9
@@ -18,7 +17,7 @@ axt_android_library_test(
18
17
args = [
19
18
"--install_test_services=True" ,
20
19
],
21
- device_list = devices (apis ( min_api = 19 ) ),
20
+ device_list = devices (),
22
21
manifest = "AndroidManifest.xml" ,
23
22
deps = [
24
23
"//ext/junit" ,
@@ -38,7 +37,7 @@ axt_android_library_test(
38
37
args = [
39
38
"--install_test_services=True" ,
40
39
],
41
- device_list = devices (apis ( min_api = 19 ) ),
40
+ device_list = devices (),
42
41
manifest = "AndroidManifest.xml" ,
43
42
deps = [
44
43
"//ext/junit" ,
You can’t perform that action at this time.
0 commit comments