summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'updater_sample/tests/AndroidManifest.xml')
-rw-r--r--updater_sample/tests/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater_sample/tests/AndroidManifest.xml b/updater_sample/tests/AndroidManifest.xml
index 2392bb3af..76af5f1a9 100644
--- a/updater_sample/tests/AndroidManifest.xml
+++ b/updater_sample/tests/AndroidManifest.xml
@@ -17,6 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.systemupdatersample.tests">
+ <uses-sdk android:minSdkVersion="27" android:targetSdkVersion="27" />
+
<!-- We add an application tag here just so that we can indicate that
this package needs to link against the android.test library,
which is needed when building test cases. -->