summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.8.0-alpha02/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/fragment/fragment-ktx/1.8.0-alpha02/Android.bp')
-rw-r--r--current/androidx/m2repository/androidx/fragment/fragment-ktx/1.8.0-alpha02/Android.bp26
1 files changed, 1 insertions, 25 deletions
diff --git a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.8.0-alpha02/Android.bp b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.8.0-alpha02/Android.bp
index f5f431c50..f75fc3caa 100644
--- a/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.8.0-alpha02/Android.bp
+++ b/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.8.0-alpha02/Android.bp
@@ -15,37 +15,15 @@ package {
}
android_library_import {
- name: "androidx.fragment_fragment-ktx-nodeps",
- aars: ["fragment-ktx-1.8.0-alpha02.aar"],
- sdk_version: "34",
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- min_sdk_version: "19",
- static_libs: [
- "androidx.activity_activity-ktx",
- "androidx.collection_collection-ktx",
- "androidx.core_core-ktx",
- "androidx.fragment_fragment",
- "androidx.lifecycle_lifecycle-livedata-core-ktx",
- "androidx.lifecycle_lifecycle-viewmodel-ktx",
- "androidx.savedstate_savedstate-ktx",
- "kotlin-stdlib",
- ],
-}
-
-android_library {
name: "androidx.fragment_fragment-ktx",
+ aars: ["fragment-ktx-1.8.0-alpha02.aar"],
sdk_version: "34",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "19",
- manifest: "manifest/AndroidManifest.xml",
static_libs: [
- "androidx.fragment_fragment-ktx-nodeps",
"androidx.activity_activity-ktx",
"androidx.collection_collection-ktx",
"androidx.core_core-ktx",
@@ -55,6 +33,4 @@ android_library {
"androidx.savedstate_savedstate-ktx",
"kotlin-stdlib",
],
- java_version: "1.7",
}
-