aboutsummaryrefslogtreecommitdiff
path: root/tests/common/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/AndroidManifest.xml')
-rw-r--r--tests/common/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/AndroidManifest.xml b/tests/common/AndroidManifest.xml
index f3ed9a9f..8afd8dc9 100644
--- a/tests/common/AndroidManifest.xml
+++ b/tests/common/AndroidManifest.xml
@@ -18,6 +18,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.tv.testing"
android:versionCode="1">
- <uses-sdk android:targetSdkVersion="23" android:minSdkVersion="21"/>
+ <uses-sdk android:targetSdkVersion="26" android:minSdkVersion="21"/>
<application />
</manifest>