diff options
author | aurimas <aurimas@chromium.org> | 2015-08-21 17:46:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-22 00:47:09 +0000 |
commit | 3b59fc6a0927e3d5f24321125270065f4d3fbf72 (patch) | |
tree | ee09f56f50bc97cd6c5a91949ad3f8e446508411 /android_webview/tools/WebViewShell | |
parent | 5dbce7fc7fe89d47ba1990bc72693dc643511ba0 (diff) | |
download | chromium_src-3b59fc6a0927e3d5f24321125270065f4d3fbf72.zip chromium_src-3b59fc6a0927e3d5f24321125270065f4d3fbf72.tar.gz chromium_src-3b59fc6a0927e3d5f24321125270065f4d3fbf72.tar.bz2 |
Update targetSdkVersion to 23.
We moved to Android SDK 23. This CL updates the targetSdkVersion to
match the SDK.
See behavior changes here:
http://developer.android.com/preview/api-overview.html
BUG=522182
TBR=yfriedman@chromium.org
Review URL: https://codereview.chromium.org/1285103005
Cr-Commit-Position: refs/heads/master@{#344942}
Diffstat (limited to 'android_webview/tools/WebViewShell')
-rw-r--r-- | android_webview/tools/WebViewShell/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/tools/WebViewShell/AndroidManifest.xml b/android_webview/tools/WebViewShell/AndroidManifest.xml index 850de95..a7a79e5 100644 --- a/android_webview/tools/WebViewShell/AndroidManifest.xml +++ b/android_webview/tools/WebViewShell/AndroidManifest.xml @@ -10,7 +10,7 @@ android:versionCode="1" android:versionName="1.0" > - <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="22" /> + <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="23" /> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> |