summaryrefslogtreecommitdiff
path: root/common/androidx-media3/manifests/androidx.media3.media3-effect/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-15 09:36:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-15 09:36:46 +0000
commit3a49e1c695ce5a24c8ce9626725b5613f20dc327 (patch)
treee78eca0aa921a40e1ff7c1d087278ae33b623684 /common/androidx-media3/manifests/androidx.media3.media3-effect/AndroidManifest.xml
parent34984313b3f4b71fc64a5ae89994de296f503035 (diff)
parent748311e0a4120c5c5361422efc3f42918ec0e668 (diff)
downloadmisc-a4a48b7400818dda9afc156063b4df857a4725b3.tar.gz
Snap for 11224086 from 748311e0a4120c5c5361422efc3f42918ec0e668 to mainline-tzdata5-releaseaml_tz5_341510070aml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: I64297d17517ab574dd5b10261567c23606f8bbbf
Diffstat (limited to 'common/androidx-media3/manifests/androidx.media3.media3-effect/AndroidManifest.xml')
-rw-r--r--common/androidx-media3/manifests/androidx.media3.media3-effect/AndroidManifest.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/common/androidx-media3/manifests/androidx.media3.media3-effect/AndroidManifest.xml b/common/androidx-media3/manifests/androidx.media3.media3-effect/AndroidManifest.xml
new file mode 100644
index 00000000..77209370
--- /dev/null
+++ b/common/androidx-media3/manifests/androidx.media3.media3-effect/AndroidManifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright 2022 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="androidx.media3.effect" >
+
+ <uses-sdk
+ android:minSdkVersion="18"
+ android:targetSdkVersion="30" />
+
+</manifest> \ No newline at end of file