aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2018-01-30 17:39:55 -0800
committerAurimas Liutikas <aurimas@google.com>2018-01-30 17:39:55 -0800
commitef79faf9cca366946646c40913ccf3361cd914d2 (patch)
treeb172e2e49144c4feade02a83b4c1b7e5b95be543 /content
parent6be2716babff4c161d0348fb90eff46368181c54 (diff)
downloadsupport-ef79faf9cca366946646c40913ccf3361cd914d2.tar.gz
Set proper targetSdk value for a set of libs that did not do that.
Bug: 72713396 Test: ./gradlew assembleAndroidTest still builds Change-Id: I5044961afae8c37970e2ec8f5013c588db58977c
Diffstat (limited to 'content')
-rw-r--r--content/src/androidTest/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/src/androidTest/AndroidManifest.xml b/content/src/androidTest/AndroidManifest.xml
index 4a815c4a145..4ccc3a2b988 100644
--- a/content/src/androidTest/AndroidManifest.xml
+++ b/content/src/androidTest/AndroidManifest.xml
@@ -15,9 +15,8 @@
~ limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
package="android.support.content.test">
- <uses-sdk android:minSdkVersion="14" />
+ <uses-sdk android:targetSdkVersion="${target-sdk-version}"/>
<application android:supportsRtl="true">
<activity android:name="android.support.content.TestActivity" />