From f700f2152f637733c230c0fee22641ba33df8850 Mon Sep 17 00:00:00 2001 From: Kirill Grouchnikov Date: Wed, 9 Sep 2015 09:31:03 -0400 Subject: SDK / support lib update to build #2239354. DO NOT MERGE ANYWHERE Change-Id: I115594143016d248841013a1cd836439c2b3e753 --- current/android.jar | Bin 23946838 -> 23949154 bytes .../annotations/android-support-annotations.jar | Bin 19826 -> 19826 bytes .../customtabs/libs/android-support-customtabs.jar | Bin 0 -> 23484 bytes .../support/design/libs/android-support-design.jar | Bin 221601 -> 221686 bytes .../android-support-multidex-instrumentation.jar | Bin 1613 -> 1613 bytes .../library/libs/android-support-multidex.jar | Bin 21131 -> 21131 bytes .../percent/libs/android-support-percent.jar | Bin 11134 -> 11134 bytes current/support/v13/android-support-v13.jar | Bin 1311450 -> 1315939 bytes .../leanback/libs/android-support-v17-leanback.jar | Bin 700322 -> 700350 bytes current/support/v4/android-support-v4.jar | Bin 1290314 -> 1294803 bytes current/support/v4/src/api/current.txt | 6 ++++++ .../libs/android-support-v7-appcompat.jar | Bin 576063 -> 575862 bytes .../cardview/libs/android-support-v7-cardview.jar | Bin 17568 -> 17568 bytes .../libs/android-support-v7-gridlayout.jar | Bin 42753 -> 42753 bytes .../libs/android-support-v7-mediarouter.jar | Bin 186787 -> 186787 bytes .../v7/palette/libs/android-support-v7-palette.jar | Bin 20592 -> 20592 bytes .../libs/android-support-v7-recyclerview.jar | Bin 281104 -> 281104 bytes current/uiautomator.jar | Bin 10081 -> 10081 bytes 18 files changed, 6 insertions(+) create mode 100644 current/support/customtabs/libs/android-support-customtabs.jar diff --git a/current/android.jar b/current/android.jar index 43830f2..3993d1f 100644 Binary files a/current/android.jar and b/current/android.jar differ diff --git a/current/support/annotations/android-support-annotations.jar b/current/support/annotations/android-support-annotations.jar index 465b264..d97a1da 100644 Binary files a/current/support/annotations/android-support-annotations.jar and b/current/support/annotations/android-support-annotations.jar differ diff --git a/current/support/customtabs/libs/android-support-customtabs.jar b/current/support/customtabs/libs/android-support-customtabs.jar new file mode 100644 index 0000000..c17c09d Binary files /dev/null and b/current/support/customtabs/libs/android-support-customtabs.jar differ diff --git a/current/support/design/libs/android-support-design.jar b/current/support/design/libs/android-support-design.jar index f11b7c8..e18a2b4 100644 Binary files a/current/support/design/libs/android-support-design.jar and b/current/support/design/libs/android-support-design.jar differ 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 3395d3c..7b98b78 100644 Binary files a/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar and b/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar differ diff --git a/current/support/multidex/library/libs/android-support-multidex.jar b/current/support/multidex/library/libs/android-support-multidex.jar index 3b0ce61..bd1e835 100644 Binary files a/current/support/multidex/library/libs/android-support-multidex.jar and b/current/support/multidex/library/libs/android-support-multidex.jar differ diff --git a/current/support/percent/libs/android-support-percent.jar b/current/support/percent/libs/android-support-percent.jar index 954e106..3aefabc 100644 Binary files a/current/support/percent/libs/android-support-percent.jar and b/current/support/percent/libs/android-support-percent.jar differ diff --git a/current/support/v13/android-support-v13.jar b/current/support/v13/android-support-v13.jar index e557f9b..e7e54d0 100644 Binary files a/current/support/v13/android-support-v13.jar and b/current/support/v13/android-support-v13.jar 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 9c51cc7..b76d4bd 100644 Binary files a/current/support/v17/leanback/libs/android-support-v17-leanback.jar and b/current/support/v17/leanback/libs/android-support-v17-leanback.jar differ diff --git a/current/support/v4/android-support-v4.jar b/current/support/v4/android-support-v4.jar index 1780ad3..4e0c887 100644 Binary files a/current/support/v4/android-support-v4.jar and b/current/support/v4/android-support-v4.jar differ diff --git a/current/support/v4/src/api/current.txt b/current/support/v4/src/api/current.txt index 27d5993..3c4290e 100644 --- a/current/support/v4/src/api/current.txt +++ b/current/support/v4/src/api/current.txt @@ -135,6 +135,12 @@ package android.support.v4.app { abstract class BaseFragmentActivityHoneycomb extends android.support.v4.app.BaseFragmentActivityDonut { } + public class BundleCompat { + ctor public BundleCompat(); + method public static android.os.IBinder getBinder(android.os.Bundle, java.lang.String); + method public static void putBinder(android.os.Bundle, java.lang.String, android.os.IBinder); + } + public class DialogFragment extends android.support.v4.app.Fragment implements android.content.DialogInterface.OnCancelListener android.content.DialogInterface.OnDismissListener { ctor public DialogFragment(); method public void dismiss(); 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 6b87d37..1c7b6d2 100644 Binary files a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar and b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar 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 d4344ec..6a24c31 100644 Binary files a/current/support/v7/cardview/libs/android-support-v7-cardview.jar and b/current/support/v7/cardview/libs/android-support-v7-cardview.jar 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 e8bf5e9..2d133ae 100644 Binary files a/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar and b/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar 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 db04caf..3450c6c 100644 Binary files a/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar and b/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar 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 2b82df3..618d002 100644 Binary files a/current/support/v7/palette/libs/android-support-v7-palette.jar and b/current/support/v7/palette/libs/android-support-v7-palette.jar 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 ce050ed..c77a519 100644 Binary files a/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar and b/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar differ diff --git a/current/uiautomator.jar b/current/uiautomator.jar index ad87534..d21f2eb 100644 Binary files a/current/uiautomator.jar and b/current/uiautomator.jar differ -- cgit v1.1