blob: 4c4b0abec91f7e00358897756538ceb65d0f54eb [file] [log] [blame]
Yigit Boyaraba8d472015-03-03 18:12:33 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -08003 Copyright (C) 2015 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
Yigit Boyaraba8d472015-03-03 18:12:33 -080016 -->
17<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080018 xmlns:tools="http://schemas.android.com/tools"
Yigit Boyaraba8d472015-03-03 18:12:33 -080019 package="android.support.v7.gridlayout.test">
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080020 <uses-sdk
Kirill Grouchnikovdf153992016-05-04 16:55:20 -040021 android:minSdkVersion="9"
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080022 android:targetSdkVersion="23"
23 tools:overrideLibrary="android.support.test, android.app, android.support.test.rule,
24 android.support.test.espresso, android.support.test.espresso.idling" />
Yigit Boyaraba8d472015-03-03 18:12:33 -080025
26 <application>
27 <uses-library android:name="android.test.runner" />
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080028
29 <activity android:name="android.support.v7.widget.GridLayoutTestActivity"/>
Yigit Boyaraba8d472015-03-03 18:12:33 -080030 </application>
31
Kirill Grouchnikov1d3991c2016-02-12 10:58:38 -080032 <instrumentation
33 android:name="android.test.InstrumentationTestRunner"
34 android:targetPackage="android.support.v7.gridlayout.test"/>
Yigit Boyaraba8d472015-03-03 18:12:33 -080035</manifest>