blob: 6f128429833e3031ca9f9da753c4af19638abb0d [file] [log] [blame]
Xavier Ducrohete1feb532012-02-28 17:11:07 -08001<?xml version="1.0" encoding="utf-8"?>
Jeff Brown27532692013-03-18 20:30:56 -07002<!-- Copyright (C) 2013 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-->
Xavier Ducrohete1feb532012-02-28 17:11:07 -080016<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Jeff Brown27532692013-03-18 20:30:56 -070017 package="android.support.v7.gridlayout">
Aurimas Liutikasf7513062017-01-05 13:02:27 -080018 <uses-sdk android:minSdkVersion="14"/>
Chris Banes310f81d2016-11-13 16:13:53 +000019 <meta-data android:name="android.support.VERSION" android:value="${support-version}" />
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080020 <application />
Jeff Brown27532692013-03-18 20:30:56 -070021</manifest>