Commit b3c874a3 authored by Yuwei Huang's avatar Yuwei Huang Committed by Commit Bot

[Remoting Android] Change target SDK version to 28

This CL bumps the targetSdkVersion to 28 since our app should be fully
supporting Pie features (i.e. cutout adjustments).

Bug: 831670
Change-Id: I7e1507f4c3c56ed802de3af75eafea3b9024d826
Reviewed-on: https://chromium-review.googlesource.com/1188897Reviewed-by: default avatarJoe Downing <joedow@chromium.org>
Commit-Queue: Yuwei Huang <yuweih@chromium.org>
Cr-Commit-Position: refs/heads/master@{#586031}
parent 96202134
......@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="{{ APK_PACKAGE_NAME }}">
<uses-sdk android:minSdkVersion="14"
android:targetSdkVersion="26"/>
android:targetSdkVersion="28"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment