summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.4.0-beta01
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.4.0-beta01')
-rw-r--r--current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.4.0-beta01/Android.bp46
-rw-r--r--current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.4.0-beta01/manifest/AndroidManifest.xml28
2 files changed, 74 insertions, 0 deletions
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.4.0-beta01/Android.bp b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.4.0-beta01/Android.bp
new file mode 100644
index 000000000..d9b1cbc17
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.4.0-beta01/Android.bp
@@ -0,0 +1,46 @@
+// This is a generated file. Do not modify directly.
+
+// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
+// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
+// DEPENDING ON IT IN YOUR PROJECT. ***
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "prebuilts_sdk_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-OFL (by exception only)
+ // SPDX-license-identifier-Unicode-DFS
+ default_applicable_licenses: ["prebuilts_sdk_license"],
+}
+
+android_library_import {
+ name: "androidx.compose.ui_ui-test-manifest-nodeps",
+ aars: ["ui-test-manifest-1.4.0-beta01.aar"],
+ sdk_version: "31",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ min_sdk_version: "21",
+ static_libs: [
+ "androidx.activity_activity",
+ ],
+}
+
+android_library {
+ name: "androidx.compose.ui_ui-test-manifest",
+ sdk_version: "31",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ min_sdk_version: "21",
+ manifest: "manifest/AndroidManifest.xml",
+ static_libs: [
+ "androidx.compose.ui_ui-test-manifest-nodeps",
+ "androidx.activity_activity",
+ ],
+ java_version: "1.7",
+}
+
diff --git a/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.4.0-beta01/manifest/AndroidManifest.xml b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.4.0-beta01/manifest/AndroidManifest.xml
new file mode 100644
index 000000000..64a174d2a
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/ui/ui-test-manifest/1.4.0-beta01/manifest/AndroidManifest.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright 2021 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.compose.ui.test.manifest" >
+
+ <uses-sdk android:minSdkVersion="21" />
+
+ <application>
+ <activity
+ android:name="androidx.activity.ComponentActivity"
+ android:exported="true" />
+ </application>
+
+</manifest> \ No newline at end of file