xref: /aosp_15_r20/external/accompanist/insets-ui/src/androidTest/AndroidManifest.xml (revision fa44fe6ae8e729aa3cfe5c03eedbbf98fb44e2c6)
1*fa44fe6aSInna Palant<!--
2*fa44fe6aSInna Palant  ~ Copyright 2020 The Android Open Source Project
3*fa44fe6aSInna Palant  ~
4*fa44fe6aSInna Palant  ~ Licensed under the Apache License, Version 2.0 (the "License");
5*fa44fe6aSInna Palant  ~ you may not use this file except in compliance with the License.
6*fa44fe6aSInna Palant  ~ You may obtain a copy of the License at
7*fa44fe6aSInna Palant  ~
8*fa44fe6aSInna Palant  ~      https://www.apache.org/licenses/LICENSE-2.0
9*fa44fe6aSInna Palant  ~
10*fa44fe6aSInna Palant  ~ Unless required by applicable law or agreed to in writing, software
11*fa44fe6aSInna Palant  ~ distributed under the License is distributed on an "AS IS" BASIS,
12*fa44fe6aSInna Palant  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*fa44fe6aSInna Palant  ~ See the License for the specific language governing permissions and
14*fa44fe6aSInna Palant  ~ limitations under the License.
15*fa44fe6aSInna Palant  -->
16*fa44fe6aSInna Palant
17*fa44fe6aSInna Palant<manifest xmlns:android="http://schemas.android.com/apk/res/android">
18*fa44fe6aSInna Palant
19*fa44fe6aSInna Palant    <uses-sdk android:targetSdkVersion="30" />
20*fa44fe6aSInna Palant
21*fa44fe6aSInna Palant</manifest>
22