aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index cba79055..82188810 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,12 +40,12 @@ android_library {
],
manifest: "library/src/main/AndroidManifest.xml",
libs: [
- "android-support-core-ui",
- "android-support-compat",
+ "androidx.core_core",
+ "androidx.legacy_legacy-support-core-ui",
"volley",
],
static_libs: [
- "android-support-fragment",
+ "androidx.fragment_fragment",
],
sdk_version: "current",
}