Skip to content

Commit

Permalink
Android Chromoting: Bump targetSdkVersion to 23
Browse files Browse the repository at this point in the history
BUG=546378
TEST=Builds and runs

Review URL: https://codereview.chromium.org/1419933003

Cr-Commit-Position: refs/heads/master@{#355570}
  • Loading branch information
lambroslambrou authored and Commit bot committed Oct 22, 2015
1 parent 7bb10e8 commit 75736d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion remoting/android/java/AndroidManifest.xml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -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="21"/>
android:targetSdkVersion="23"/>
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS"/>
Expand Down
2 changes: 1 addition & 1 deletion remoting/android/javatests/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- We add an application tag here just so that we can indicate that this
package needs to link against the android.test library, which is
needed when building test cases. -->
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" />
<uses-permission android:name="android.permission.RUN_INSTRUMENTATION" />
<application>
<uses-library android:name="android.test.runner" />
Expand Down

0 comments on commit 75736d3

Please sign in to comment.