Skip to content

Commit

Permalink
Update system_webview_apk default targetSdkVersion to 26.
Browse files Browse the repository at this point in the history
Bug: 761768
Change-Id: I3afec4b664403c9197265ec55e27d4f1b0f16d91
Reviewed-on: https://chromium-review.googlesource.com/650218
Reviewed-by: Alex Mineer <[email protected]>
Reviewed-by: Selim Gurun <[email protected]>
Commit-Queue: John Budorick <[email protected]>
Cr-Commit-Position: refs/heads/master@{#499641}
  • Loading branch information
jbudorick authored and Commit Bot committed Sep 5, 2017
1 parent ce7491a commit 610e705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android_webview/apk/java/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="{{package|default('com.android.webview')}}">
<uses-sdk android:minSdkVersion="{{minsdk|default(21)}}"
android:targetSdkVersion="{{targetsdk|default(24)}}">
android:targetSdkVersion="{{targetsdk|default(26)}}">
</uses-sdk>

<uses-feature android:name="android.hardware.touchscreen"
Expand Down

0 comments on commit 610e705

Please sign in to comment.