blob: 2d5fe0b321d62a49e5501a77409ba1fddb239332 [file] [log] [blame]
Chris Banes7b1bb4e2015-01-13 10:27:15 +00001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Aurimas Liutikas3cc432a2016-08-19 11:16:37 -070017 xmlns:tools="http://schemas.android.com/tools"
Chris Banes7b1bb4e2015-01-13 10:27:15 +000018 package="android.support.design">
Aurimas Liutikas3cc432a2016-08-19 11:16:37 -070019 <uses-sdk android:minSdkVersion="9"
20 tools:overrideLibrary="android.support.transition"/>
Alan Viverette8d912662017-01-05 14:25:25 -050021 <meta-data android:name="android.support.VERSION" android:value="${support-version}" />
Chris Banes7b1bb4e2015-01-13 10:27:15 +000022 <application />
23</manifest>