summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx')
-rw-r--r--current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.6.0-alpha04/Android.bp48
-rw-r--r--current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.6.0-alpha04/manifest/AndroidManifest.xml22
2 files changed, 70 insertions, 0 deletions
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.6.0-alpha04/Android.bp b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.6.0-alpha04/Android.bp
new file mode 100644
index 000000000..78d33480c
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.6.0-alpha04/Android.bp
@@ -0,0 +1,48 @@
+// 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.lifecycle_lifecycle-livedata-core-ktx-nodeps",
+ aars: ["lifecycle-livedata-core-ktx-2.6.0-alpha04.aar"],
+ sdk_version: "31",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ min_sdk_version: "19",
+ static_libs: [
+ "androidx.lifecycle_lifecycle-livedata-core",
+ "kotlin-stdlib",
+ ],
+}
+
+android_library {
+ name: "androidx.lifecycle_lifecycle-livedata-core-ktx",
+ sdk_version: "31",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ min_sdk_version: "19",
+ manifest: "manifest/AndroidManifest.xml",
+ static_libs: [
+ "androidx.lifecycle_lifecycle-livedata-core-ktx-nodeps",
+ "androidx.lifecycle_lifecycle-livedata-core",
+ "kotlin-stdlib",
+ ],
+ java_version: "1.7",
+}
+
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.6.0-alpha04/manifest/AndroidManifest.xml b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.6.0-alpha04/manifest/AndroidManifest.xml
new file mode 100644
index 000000000..d85ae47a2
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata-core-ktx/2.6.0-alpha04/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.lifecycle.livedata.core.ktx" >
+
+ <uses-sdk android:minSdkVersion="19" />
+
+</manifest> \ No newline at end of file