summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose')
-rw-r--r--current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.6.0-alpha04/Android.bp58
-rw-r--r--current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.6.0-alpha04/manifest/AndroidManifest.xml22
2 files changed, 80 insertions, 0 deletions
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.6.0-alpha04/Android.bp b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.6.0-alpha04/Android.bp
new file mode 100644
index 000000000..37045a569
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.6.0-alpha04/Android.bp
@@ -0,0 +1,58 @@
+// 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-viewmodel-compose-nodeps",
+ aars: ["lifecycle-viewmodel-compose-2.6.0-alpha04.aar"],
+ sdk_version: "31",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ min_sdk_version: "21",
+ static_libs: [
+ "androidx.annotation_annotation-experimental",
+ "androidx.compose.runtime_runtime",
+ "androidx.compose.ui_ui",
+ "androidx.lifecycle_lifecycle-common-java8",
+ "androidx.lifecycle_lifecycle-viewmodel-ktx",
+ "androidx.lifecycle_lifecycle-viewmodel-savedstate",
+ "kotlin-stdlib",
+ ],
+}
+
+android_library {
+ name: "androidx.lifecycle_lifecycle-viewmodel-compose",
+ sdk_version: "31",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ min_sdk_version: "21",
+ manifest: "manifest/AndroidManifest.xml",
+ static_libs: [
+ "androidx.lifecycle_lifecycle-viewmodel-compose-nodeps",
+ "androidx.annotation_annotation-experimental",
+ "androidx.compose.runtime_runtime",
+ "androidx.compose.ui_ui",
+ "androidx.lifecycle_lifecycle-common-java8",
+ "androidx.lifecycle_lifecycle-viewmodel-ktx",
+ "androidx.lifecycle_lifecycle-viewmodel-savedstate",
+ "kotlin-stdlib",
+ ],
+ java_version: "1.7",
+}
+
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.6.0-alpha04/manifest/AndroidManifest.xml b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.6.0-alpha04/manifest/AndroidManifest.xml
new file mode 100644
index 000000000..9559fcd9f
--- /dev/null
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose/2.6.0-alpha04/manifest/AndroidManifest.xml
@@ -0,0 +1,22 @@
+<?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.lifecycle.viewmodel.compose" >
+
+ <uses-sdk android:minSdkVersion="21" />
+
+</manifest> \ No newline at end of file