blob: da8d9ae8a2a5b300de96513e9c1ee35d6412cfd7 [file] [log] [blame]
Jason Monk57981432018-08-16 15:00:07 -05001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2015 The Android Open Source Project
sb65962d098bc2021-11-21 12:05:39 -05004
Jason Monk57981432018-08-16 15:00:07 -05005 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
sb65962d098bc2021-11-21 12:05:39 -05008
Jason Monk57981432018-08-16 15:00:07 -05009 http://www.apache.org/licenses/LICENSE-2.0
sb65962d098bc2021-11-21 12:05:39 -050010
Jason Monk57981432018-08-16 15:00:07 -050011 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.
16-->
17
18<manifest xmlns:android="http://schemas.android.com/apk/res/android"
19 package="com.bliss.support">
20
sb65962d098bc2021-11-21 12:05:39 -050021 <uses-sdk
22 android:minSdkVersion="27" />
23
Jason Monk57981432018-08-16 15:00:07 -050024</manifest>