Skip to content

Commit

Permalink
Internal cleanup
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617640974
  • Loading branch information
ajsinclair authored and copybara-androidxtest committed Mar 20, 2024
1 parent 142f149 commit f202cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package="androidx.test.services.storage.provider">

<uses-sdk
android:minSdkVersion="19"
android:minSdkVersion="21"
android:targetSdkVersion="29" />

<application android:requestLegacyExternalStorage="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
load("//build_extensions:android_library_test.bzl", "axt_android_library_test")
load(
"//build_extensions:phone_devices.bzl",
"apis",
"devices",
)

Expand All @@ -18,7 +17,7 @@ axt_android_library_test(
args = [
"--install_test_services=True",
],
device_list = devices(apis(min_api = 19)),
device_list = devices(),
manifest = "AndroidManifest.xml",
deps = [
"//ext/junit",
Expand All @@ -38,7 +37,7 @@ axt_android_library_test(
args = [
"--install_test_services=True",
],
device_list = devices(apis(min_api = 19)),
device_list = devices(),
manifest = "AndroidManifest.xml",
deps = [
"//ext/junit",
Expand Down

0 comments on commit f202cdf

Please sign in to comment.