Skip to content

Commit b3c874a

Browse files
ywh233Commit Bot
authored and
Commit Bot
committed
[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/1188897 Reviewed-by: Joe Downing <[email protected]> Commit-Queue: Yuwei Huang <[email protected]> Cr-Commit-Position: refs/heads/master@{#586031}
1 parent 9620213 commit b3c874a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remoting/android/java/AndroidManifest.xml.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="{{ APK_PACKAGE_NAME }}">
44
<uses-sdk android:minSdkVersion="14"
5-
android:targetSdkVersion="26"/>
5+
android:targetSdkVersion="28"/>
66
<uses-permission android:name="android.permission.INTERNET"/>
77
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
88

0 commit comments

Comments
 (0)