summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/compose/foundation/foundation
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/compose/foundation/foundation')
-rw-r--r--current/androidx/m2repository/androidx/compose/foundation/foundation/1.4.0-beta01/Android.bp64
-rw-r--r--current/androidx/m2repository/androidx/compose/foundation/foundation/1.4.0-beta01/manifest/AndroidManifest.xml22
2 files changed, 86 insertions, 0 deletions
diff --git a/current/androidx/m2repository/androidx/compose/foundation/foundation/1.4.0-beta01/Android.bp b/current/androidx/m2repository/androidx/compose/foundation/foundation/1.4.0-beta01/Android.bp
new file mode 100644
index 000000000..ae4678a3f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/foundation/foundation/1.4.0-beta01/Android.bp
@@ -0,0 +1,64 @@
+// 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.foundation_foundation-nodeps",
+ aars: ["foundation-1.4.0-beta01.aar"],
+ sdk_version: "31",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ min_sdk_version: "21",
+ static_libs: [
+ "androidx.annotation_annotation",
+ "androidx.compose.animation_animation",
+ "androidx.compose.foundation_foundation-layout",
+ "androidx.compose.runtime_runtime",
+ "androidx.compose.ui_ui",
+ "androidx.compose.ui_ui-graphics",
+ "androidx.compose.ui_ui-text",
+ "androidx.compose.ui_ui-util",
+ "androidx.emoji2_emoji2",
+ "kotlin-stdlib",
+ ],
+}
+
+android_library {
+ name: "androidx.compose.foundation_foundation",
+ sdk_version: "31",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ min_sdk_version: "21",
+ manifest: "manifest/AndroidManifest.xml",
+ static_libs: [
+ "androidx.compose.foundation_foundation-nodeps",
+ "androidx.annotation_annotation",
+ "androidx.compose.animation_animation",
+ "androidx.compose.foundation_foundation-layout",
+ "androidx.compose.runtime_runtime",
+ "androidx.compose.ui_ui",
+ "androidx.compose.ui_ui-graphics",
+ "androidx.compose.ui_ui-text",
+ "androidx.compose.ui_ui-util",
+ "androidx.emoji2_emoji2",
+ "kotlin-stdlib",
+ ],
+ java_version: "1.7",
+}
+
diff --git a/current/androidx/m2repository/androidx/compose/foundation/foundation/1.4.0-beta01/manifest/AndroidManifest.xml b/current/androidx/m2repository/androidx/compose/foundation/foundation/1.4.0-beta01/manifest/AndroidManifest.xml
new file mode 100644
index 000000000..dc6f5fdd9
--- /dev/null
+++ b/current/androidx/m2repository/androidx/compose/foundation/foundation/1.4.0-beta01/manifest/AndroidManifest.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright 2018 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.foundation" >
+
+ <uses-sdk android:minSdkVersion="21" />
+
+</manifest> \ No newline at end of file