Update current sdk prebuilts to build #1848842.
Change-Id: I0a450ed6ec202f0c4ffadcb38b4d8fb23e142fd3
diff --git a/current/support/annotations/android-support-annotations.jar b/current/support/annotations/android-support-annotations.jar
index 5db5782..3a656b9 100644
--- a/current/support/annotations/android-support-annotations.jar
+++ b/current/support/annotations/android-support-annotations.jar
Binary files differ
diff --git a/current/support/design/libs/android-support-design.jar b/current/support/design/libs/android-support-design.jar
index aaa0d9e..609afcd 100644
--- a/current/support/design/libs/android-support-design.jar
+++ b/current/support/design/libs/android-support-design.jar
Binary files differ
diff --git a/current/support/design/res/values/attrs.xml b/current/support/design/res/values/attrs.xml
index 772c320..c018923 100644
--- a/current/support/design/res/values/attrs.xml
+++ b/current/support/design/res/values/attrs.xml
@@ -18,48 +18,48 @@
<declare-styleable name="FloatingActionButton">
<!-- Background for the FloatingActionButton -->
- <attr name="android:background" />
- <attr name="backgroundTint" />
- <attr name="backgroundTintMode" />
+ <attr name="android:background"/>
+ <attr name="backgroundTint"/>
+ <attr name="backgroundTintMode"/>
<!-- Ripple color for the FAB. -->
- <attr name="rippleColor" format="color|reference" />
+ <attr name="rippleColor" format="color|reference"/>
<!-- Size for the FAB. -->
<attr name="fabSize">
- <enum name="normal" value="0" />
- <enum name="mini" value="1" />
+ <enum name="normal" value="0"/>
+ <enum name="mini" value="1"/>
</attr>
<!-- Elevation value for the FAB -->
- <attr name="elevation" />
+ <attr name="elevation"/>
<!-- TranslationZ value for the FAB when pressed-->
- <attr name="pressedTranslationZ" format="dimension|reference" />
+ <attr name="pressedTranslationZ" format="dimension|reference"/>
</declare-styleable>
<declare-styleable name="ScrimInsetsFrameLayout">
- <attr name="insetForeground" format="color|reference" />
+ <attr name="insetForeground" format="color|reference"/>
</declare-styleable>
<declare-styleable name="NavigationView">
- <attr name="android:background" />
- <attr name="android:fitsSystemWindows" />
- <attr name="android:maxWidth" />
- <attr name="elevation" />
+ <attr name="android:background"/>
+ <attr name="android:fitsSystemWindows"/>
+ <attr name="android:maxWidth"/>
+ <attr name="elevation"/>
<!-- The menu resource to inflate and populate items from. -->
- <attr name="menu" format="reference" />
- <attr name="itemTint" format="color|reference" />
- <attr name="itemBackground" format="reference" />
+ <attr name="menu" format="reference"/>
+ <attr name="itemTint" format="color|reference"/>
+ <attr name="itemBackground" format="reference"/>
</declare-styleable>
<declare-styleable name="TabLayout">
- <attr name="tabIndicatorColor" format="color" />
- <attr name="tabIndicatorHeight" format="dimension" />
- <attr name="tabContentStart" format="dimension" />
+ <attr name="tabIndicatorColor" format="color"/>
+ <attr name="tabIndicatorHeight" format="dimension"/>
+ <attr name="tabContentStart" format="dimension"/>
- <attr name="tabBackground" format="reference" />
+ <attr name="tabBackground" format="reference"/>
<attr name="tabMode">
- <enum name="scrollable" value="0" />
- <enum name="fixed" value="1" />
+ <enum name="scrollable" value="0"/>
+ <enum name="fixed" value="1"/>
</attr>
<!-- Standard gravity constant that a child supplies to its parent.
@@ -70,17 +70,17 @@
<enum name="center" value="1"/>
</attr>
- <attr name="tabMinWidth" format="dimension" />
- <attr name="tabMaxWidth" format="dimension" />
+ <attr name="tabMinWidth" format="dimension"/>
+ <attr name="tabMaxWidth" format="dimension"/>
- <attr name="tabTextAppearance" format="reference" />
- <attr name="tabSelectedTextColor" format="color" />
+ <attr name="tabTextAppearance" format="reference"/>
+ <attr name="tabSelectedTextColor" format="color"/>
- <attr name="tabPaddingStart" format="dimension" />
- <attr name="tabPaddingTop" format="dimension" />
- <attr name="tabPaddingEnd" format="dimension" />
- <attr name="tabPaddingBottom" format="dimension" />
- <attr name="tabPadding" format="dimension" />
+ <attr name="tabPaddingStart" format="dimension"/>
+ <attr name="tabPaddingTop" format="dimension"/>
+ <attr name="tabPaddingEnd" format="dimension"/>
+ <attr name="tabPaddingBottom" format="dimension"/>
+ <attr name="tabPadding" format="dimension"/>
</declare-styleable>
<declare-styleable name="CoordinatorLayout">
@@ -89,75 +89,134 @@
Child views can refer to these keylines for alignment using
layout_keyline="index" where index is a 0-based index into
this array. -->
- <attr name="keylines" format="reference" />
+ <attr name="keylines" format="reference"/>
</declare-styleable>
<declare-styleable name="CoordinatorLayout_LayoutParams">
- <attr name="android:layout_gravity" />
+ <attr name="android:layout_gravity"/>
<!-- The class name of a Behavior class defining special runtime behavior
for this child view. -->
- <attr name="layout_behavior" format="string" />
+ <attr name="layout_behavior" format="string"/>
<!-- The id of an anchor view that this view should position relative to. -->
- <attr name="layout_anchor" format="reference" />
+ <attr name="layout_anchor" format="reference"/>
<!-- The index of a keyline this view should position relative to.
android:layout_gravity will affect how the view aligns to the
specified keyline. -->
- <attr name="layout_keyline" format="integer" />
+ <attr name="layout_keyline" format="integer"/>
<!-- Specifies how an object should position relative to an anchor, on both the X and Y axes,
within its parent's bounds. -->
<attr name="layout_anchorGravity">
<!-- Push object to the top of its container, not changing its size. -->
- <flag name="top" value="0x30" />
+ <flag name="top" value="0x30"/>
<!-- Push object to the bottom of its container, not changing its size. -->
- <flag name="bottom" value="0x50" />
+ <flag name="bottom" value="0x50"/>
<!-- Push object to the left of its container, not changing its size. -->
- <flag name="left" value="0x03" />
+ <flag name="left" value="0x03"/>
<!-- Push object to the right of its container, not changing its size. -->
- <flag name="right" value="0x05" />
+ <flag name="right" value="0x05"/>
<!-- Place object in the vertical center of its container, not changing its size. -->
- <flag name="center_vertical" value="0x10" />
+ <flag name="center_vertical" value="0x10"/>
<!-- Grow the vertical size of the object if needed so it completely fills its container. -->
- <flag name="fill_vertical" value="0x70" />
+ <flag name="fill_vertical" value="0x70"/>
<!-- Place object in the horizontal center of its container, not changing its size. -->
- <flag name="center_horizontal" value="0x01" />
+ <flag name="center_horizontal" value="0x01"/>
<!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
- <flag name="fill_horizontal" value="0x07" />
+ <flag name="fill_horizontal" value="0x07"/>
<!-- Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. -->
- <flag name="center" value="0x11" />
+ <flag name="center" value="0x11"/>
<!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -->
- <flag name="fill" value="0x77" />
+ <flag name="fill" value="0x77"/>
<!-- Additional option that can be set to have the top and/or bottom edges of
the child clipped to its container's bounds.
The clip will be based on the vertical gravity: a top gravity will clip the bottom
edge, a bottom gravity will clip the top edge, and neither will clip both edges. -->
- <flag name="clip_vertical" value="0x80" />
+ <flag name="clip_vertical" value="0x80"/>
<!-- Additional option that can be set to have the left and/or right edges of
the child clipped to its container's bounds.
The clip will be based on the horizontal gravity: a left gravity will clip the right
edge, a right gravity will clip the left edge, and neither will clip both edges. -->
- <flag name="clip_horizontal" value="0x08" />
+ <flag name="clip_horizontal" value="0x08"/>
<!-- Push object to the beginning of its container, not changing its size. -->
- <flag name="start" value="0x00800003" />
+ <flag name="start" value="0x00800003"/>
<!-- Push object to the end of its container, not changing its size. -->
- <flag name="end" value="0x00800005" />
+ <flag name="end" value="0x00800005"/>
</attr>
</declare-styleable>
<declare-styleable name="TextInputLayout">
- <attr name="hintTextAppearance" format="reference" />
+ <attr name="hintTextAppearance" format="reference"/>
<!-- The hint to display in the floating label -->
- <attr name="android:hint" />
+ <attr name="android:hint"/>
<!-- Whether the layout is laid out as if an error will be displayed -->
- <attr name="errorEnabled" format="boolean" />
+ <attr name="errorEnabled" format="boolean"/>
<!-- TextAppearance of any error message displayed -->
- <attr name="errorTextAppearance" format="reference" />
+ <attr name="errorTextAppearance" format="reference"/>
</declare-styleable>
<declare-styleable name="SnackbarLayout">
- <attr name="android:maxWidth" />
- <attr name="elevation" />
- <attr name="maxActionInlineWidth" format="dimension" />
+ <attr name="android:maxWidth"/>
+ <attr name="elevation"/>
+ <attr name="maxActionInlineWidth" format="dimension"/>
+ </declare-styleable>
+
+ <declare-styleable name="AppBarLayout_LayoutParams">
+ <attr name="layout_scrollFlags">
+ <!-- The view will be scroll in direct relation to scroll events. This flag needs to be
+ set for any of the other flags to take effect. If any sibling views
+ before this one do not have this flag, then this value has no effect. -->
+ <flag name="scroll" value="0x1"/>
+
+ <!-- When exiting (scrolling off screen) the view will be scrolled until it is
+ 'collapsed'. The collapsed height is defined by the view's minimum height. -->
+ <flag name="exitUntilCollapsed" value="0x2"/>
+
+ <!-- When entering (scrolling on screen) the view will scroll on any downwards
+ scroll event, regardless of whether the scrolling view is also scrolling. This
+ is commonly referred to as the 'quick return' pattern. -->
+ <flag name="enterAlways" value="0x4"/>
+
+ <!-- An additional flag for 'enterAlways' which modifies the returning view to
+ only initially scroll back to it's collapsed height. Once the scrolling view has
+ reached the end of it's scroll range, the remainder of this view will be scrolled
+ into view. -->
+ <flag name="enterAlwaysCollapsed" value="0x8"/>
+ </attr>
+
+ <!-- An interpolator to use when scrolling this View. Only takes effect when View
+ is scrollable. -->
+ <attr name="layout_scrollInterpolator" format="reference" />
+ </declare-styleable>
+
+ <declare-styleable name="ScrollingViewBehavior_Params">
+ <!-- The amount that the scrolling view should overlap the bottom of any AppBarLayout -->
+ <attr name="behavior_overlapTop" format="dimension" />
+ </declare-styleable>
+
+ <declare-styleable name="CollapsingToolbarLayout">
+ <attr name="expandedTitleMargin" format="dimension"/>
+ <attr name="expandedTitleMarginStart" format="dimension"/>
+ <attr name="expandedTitleMarginBottom" format="dimension"/>
+ <attr name="expandedTitleMarginEnd" format="dimension"/>
+ <attr name="expandedTitleTextAppearance" format="reference"/>
+ <attr name="collapsedTitleTextAppearance" format="reference"/>
+ <attr name="foregroundScrimColor" format="color"/>
+ </declare-styleable>
+
+ <declare-styleable name="CollapsingAppBarLayout_LayoutParams">
+ <attr name="layout_collapseMode">
+ <!-- The view will act as normal with no collapsing behavior. -->
+ <enum name="none" value="0"/>
+ <!-- The view will pin in place. -->
+ <enum name="pin" value="1"/>
+ <!-- The view will scroll in a parallax fashion. See the
+ layout_collapseParallaxMultiplier attribute to change the multiplier. -->
+ <enum name="parallax" value="2"/>
+ </attr>
+
+ <!-- The multiplier used when layout_collapseMode is set to 'parallax'. The value should
+ be between 0.0 and 1.0. -->
+ <attr name="layout_collapseParallaxMultiplier" format="float"/>
</declare-styleable>
</resources>
diff --git a/current/support/design/res/values/ids.xml b/current/support/design/res/values/ids.xml
new file mode 100644
index 0000000..91acfd0
--- /dev/null
+++ b/current/support/design/res/values/ids.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2015 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.
+-->
+<resources>
+
+ <item name="view_offset_helper" type="id" />
+
+</resources>
+
diff --git a/current/support/design/res/values/strings.xml b/current/support/design/res/values/strings.xml
new file mode 100644
index 0000000..4c02de1
--- /dev/null
+++ b/current/support/design/res/values/strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2015 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.
+-->
+<resources>
+ <!-- The class name to the ScrollingChildBehavior required for AppBarLayout -->
+ <string name="appbar_scrolling_view_behavior" translatable="false">android.support.design.widget.AppBarLayout$ScrollingViewBehavior</string>
+</resources>
+
diff --git a/current/support/design/res/values/styles.xml b/current/support/design/res/values/styles.xml
index 1494432..572e278 100644
--- a/current/support/design/res/values/styles.xml
+++ b/current/support/design/res/values/styles.xml
@@ -92,5 +92,13 @@
<item name="maxActionInlineWidth">@dimen/snackbar_action_inline_max_width</item>
</style>
+ <style name="Widget.Design.CollapsingToolbar" parent="android:Widget">
+ <item name="expandedTitleMargin">16dp</item>
+ <item name="expandedTitleMarginBottom">20dp</item>
+ <item name="expandedTitleTextAppearance">@style/TextAppearance.AppCompat.Headline</item>
+ <item name="collapsedTitleTextAppearance">@style/TextAppearance.AppCompat.Widget.ActionBar.Title</item>
+ <item name="foregroundScrimColor">@android:color/transparent</item>
+ </style>
+
</resources>
diff --git a/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar b/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar
index 5b91248..ff04983 100644
--- a/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar
+++ b/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar
Binary files differ
diff --git a/current/support/multidex/library/libs/android-support-multidex.jar b/current/support/multidex/library/libs/android-support-multidex.jar
index 8c8bfb9..5c3a833 100644
--- a/current/support/multidex/library/libs/android-support-multidex.jar
+++ b/current/support/multidex/library/libs/android-support-multidex.jar
Binary files differ
diff --git a/current/support/v13/android-support-v13.jar b/current/support/v13/android-support-v13.jar
index d63e854..01b2d08 100644
--- a/current/support/v13/android-support-v13.jar
+++ b/current/support/v13/android-support-v13.jar
Binary files differ
diff --git a/current/support/v17/leanback/libs/android-support-v17-leanback.jar b/current/support/v17/leanback/libs/android-support-v17-leanback.jar
index e3bed4c..787e5ef 100644
--- a/current/support/v17/leanback/libs/android-support-v17-leanback.jar
+++ b/current/support/v17/leanback/libs/android-support-v17-leanback.jar
Binary files differ
diff --git a/current/support/v17/leanback/res/drawable-hdpi/lb_card_shadow_focused.9.png b/current/support/v17/leanback/res/drawable-hdpi/lb_card_shadow_focused.9.png
deleted file mode 100644
index 653419e..0000000
--- a/current/support/v17/leanback/res/drawable-hdpi/lb_card_shadow_focused.9.png
+++ /dev/null
Binary files differ
diff --git a/current/support/v17/leanback/res/drawable-hdpi/lb_card_shadow_normal.9.png b/current/support/v17/leanback/res/drawable-hdpi/lb_card_shadow_normal.9.png
deleted file mode 100644
index 9780ed2..0000000
--- a/current/support/v17/leanback/res/drawable-hdpi/lb_card_shadow_normal.9.png
+++ /dev/null
Binary files differ
diff --git a/current/support/v17/leanback/res/drawable-mdpi/lb_card_shadow_focused.9.png b/current/support/v17/leanback/res/drawable-mdpi/lb_card_shadow_focused.9.png
deleted file mode 100644
index 2112154..0000000
--- a/current/support/v17/leanback/res/drawable-mdpi/lb_card_shadow_focused.9.png
+++ /dev/null
Binary files differ
diff --git a/current/support/v17/leanback/res/drawable-mdpi/lb_card_shadow_normal.9.png b/current/support/v17/leanback/res/drawable-mdpi/lb_card_shadow_normal.9.png
deleted file mode 100644
index 8252ee4..0000000
--- a/current/support/v17/leanback/res/drawable-mdpi/lb_card_shadow_normal.9.png
+++ /dev/null
Binary files differ
diff --git a/current/support/v17/leanback/res/drawable-xhdpi/lb_card_shadow_focused.9.png b/current/support/v17/leanback/res/drawable-xhdpi/lb_card_shadow_focused.9.png
index 635fa5c..a63d6b1 100644
--- a/current/support/v17/leanback/res/drawable-xhdpi/lb_card_shadow_focused.9.png
+++ b/current/support/v17/leanback/res/drawable-xhdpi/lb_card_shadow_focused.9.png
Binary files differ
diff --git a/current/support/v17/leanback/res/drawable-xhdpi/lb_card_shadow_normal.9.png b/current/support/v17/leanback/res/drawable-xhdpi/lb_card_shadow_normal.9.png
index 060d56f..0080b8e 100644
--- a/current/support/v17/leanback/res/drawable-xhdpi/lb_card_shadow_normal.9.png
+++ b/current/support/v17/leanback/res/drawable-xhdpi/lb_card_shadow_normal.9.png
Binary files differ
diff --git a/current/support/v17/leanback/res/drawable-xxhdpi/lb_card_shadow_focused.9.png b/current/support/v17/leanback/res/drawable-xxhdpi/lb_card_shadow_focused.9.png
deleted file mode 100644
index 3f1affa..0000000
--- a/current/support/v17/leanback/res/drawable-xxhdpi/lb_card_shadow_focused.9.png
+++ /dev/null
Binary files differ
diff --git a/current/support/v17/leanback/res/drawable-xxhdpi/lb_card_shadow_normal.9.png b/current/support/v17/leanback/res/drawable-xxhdpi/lb_card_shadow_normal.9.png
deleted file mode 100644
index 921688a..0000000
--- a/current/support/v17/leanback/res/drawable-xxhdpi/lb_card_shadow_normal.9.png
+++ /dev/null
Binary files differ
diff --git a/current/support/v4/android-support-v4.jar b/current/support/v4/android-support-v4.jar
index 6bdccec..34c70fe 100644
--- a/current/support/v4/android-support-v4.jar
+++ b/current/support/v4/android-support-v4.jar
Binary files differ
diff --git a/current/support/v4/src/api/current.txt b/current/support/v4/src/api/current.txt
index 6e60d47..7609df0 100644
--- a/current/support/v4/src/api/current.txt
+++ b/current/support/v4/src/api/current.txt
@@ -2254,6 +2254,8 @@
method public static boolean isOpaque(android.view.View);
method public static boolean isPaddingRelative(android.view.View);
method public static void jumpDrawablesToCurrentState(android.view.View);
+ method public static void offsetLeftAndRight(android.view.View, int);
+ method public static void offsetTopAndBottom(android.view.View, int);
method public static android.support.v4.view.WindowInsetsCompat onApplyWindowInsets(android.view.View, android.support.v4.view.WindowInsetsCompat);
method public static void onInitializeAccessibilityEvent(android.view.View, android.view.accessibility.AccessibilityEvent);
method public static void onInitializeAccessibilityNodeInfo(android.view.View, android.support.v4.view.accessibility.AccessibilityNodeInfoCompat);
@@ -2406,6 +2408,7 @@
}
public class ViewParentCompat {
+ method public static void notifySubtreeAccessibilityStateChanged(android.view.ViewParent, android.view.View, android.view.View, int);
method public static boolean onNestedFling(android.view.ViewParent, android.view.View, float, float, boolean);
method public static boolean onNestedPreFling(android.view.ViewParent, android.view.View, float, float);
method public static void onNestedPreScroll(android.view.ViewParent, android.view.View, int, int, int[]);
@@ -2503,8 +2506,14 @@
public class AccessibilityEventCompat {
method public static void appendRecord(android.view.accessibility.AccessibilityEvent, android.support.v4.view.accessibility.AccessibilityRecordCompat);
method public static android.support.v4.view.accessibility.AccessibilityRecordCompat asRecord(android.view.accessibility.AccessibilityEvent);
+ method public static int getContentChangeTypes(android.view.accessibility.AccessibilityEvent);
method public static android.support.v4.view.accessibility.AccessibilityRecordCompat getRecord(android.view.accessibility.AccessibilityEvent, int);
method public static int getRecordCount(android.view.accessibility.AccessibilityEvent);
+ method public static void setContentChangeTypes(android.view.accessibility.AccessibilityEvent, int);
+ field public static final int CONTENT_CHANGE_TYPE_CONTENT_DESCRIPTION = 4; // 0x4
+ field public static final int CONTENT_CHANGE_TYPE_SUBTREE = 1; // 0x1
+ field public static final int CONTENT_CHANGE_TYPE_TEXT = 2; // 0x2
+ field public static final int CONTENT_CHANGE_TYPE_UNDEFINED = 0; // 0x0
field public static final int TYPES_ALL_MASK = -1; // 0xffffffff
field public static final int TYPE_ANNOUNCEMENT = 16384; // 0x4000
field public static final int TYPE_GESTURE_DETECTION_END = 524288; // 0x80000
diff --git a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar
index ee83cef..b67e5da 100644
--- a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar
+++ b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar
Binary files differ
diff --git a/current/support/v7/cardview/libs/android-support-v7-cardview.jar b/current/support/v7/cardview/libs/android-support-v7-cardview.jar
index d5ae5dd..f1b00b0 100644
--- a/current/support/v7/cardview/libs/android-support-v7-cardview.jar
+++ b/current/support/v7/cardview/libs/android-support-v7-cardview.jar
Binary files differ
diff --git a/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar b/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
index 027a208..273adfd 100644
--- a/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
+++ b/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
Binary files differ
diff --git a/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar b/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar
index 65b7827..1c13f2f 100644
--- a/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar
+++ b/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar
Binary files differ
diff --git a/current/support/v7/palette/libs/android-support-v7-palette.jar b/current/support/v7/palette/libs/android-support-v7-palette.jar
index 94d747e..6659020 100644
--- a/current/support/v7/palette/libs/android-support-v7-palette.jar
+++ b/current/support/v7/palette/libs/android-support-v7-palette.jar
Binary files differ
diff --git a/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar b/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar
index 3797c48..f27494a 100644
--- a/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar
+++ b/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar
Binary files differ