mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
Update Android RecyclerView Library to 23.4.0
Summary: Update the Android RecyclerView, support v4, and annotation libraries to 23.4.0. Differential Revision: D4345649 fbshipit-source-id: 859c6555bc79358b1c8ffed0629cdf0e83408a00
This commit is contained in:
committed by
Facebook Github Bot
parent
e380d6d0fd
commit
573170699f
@@ -3,11 +3,12 @@
|
||||
package com.facebook.react.views.recyclerview;
|
||||
|
||||
import android.support.v7.widget.RecyclerView;
|
||||
import android.support.v7.widget.SimpleItemAnimator;
|
||||
|
||||
/**
|
||||
* Implementation of {@link RecyclerView.ItemAnimator} that disables all default animations.
|
||||
*/
|
||||
/*package*/ class NotAnimatedItemAnimator extends RecyclerView.ItemAnimator {
|
||||
/*package*/ class NotAnimatedItemAnimator extends SimpleItemAnimator {
|
||||
|
||||
@Override
|
||||
public void runPendingAnimations() {
|
||||
|
||||
@@ -6,6 +6,6 @@ prebuilt_jar(
|
||||
|
||||
remote_file(
|
||||
name = 'support-annotations-binary-aar',
|
||||
url = 'mvn:com.android.support:support-annotations:jar:22.2.0',
|
||||
sha1 = '66b42a1f3eb7676070b7ef7f14b603483aecbee1',
|
||||
url = 'mvn:com.android.support:support-annotations:jar:23.4.0',
|
||||
sha1 = 'ffbe55fdb2bb456b1485831706a9eac3300bb6b8',
|
||||
)
|
||||
|
||||
@@ -6,8 +6,8 @@ android_prebuilt_aar(
|
||||
|
||||
remote_file(
|
||||
name = 'lib-support-v4-binary-aar',
|
||||
url = 'mvn:com.android.support:support-v4:aar:23.0.1',
|
||||
sha1 = '9e8da0e4ecf9f63258c7fbd273889252cba2d0c3',
|
||||
url = 'mvn:com.android.support:support-v4:aar:23.4.0',
|
||||
sha1 = '7a802deefef9561d90a440994c3e6eed81f2c241',
|
||||
)
|
||||
|
||||
prebuilt_jar(
|
||||
@@ -18,6 +18,6 @@ prebuilt_jar(
|
||||
|
||||
remote_file(
|
||||
name = 'lib-support-annotations-binary-aar',
|
||||
url = 'mvn:com.android.support:support-annotations:jar:22.2.0',
|
||||
sha1 = '66b42a1f3eb7676070b7ef7f14b603483aecbee1',
|
||||
url = 'mvn:com.android.support:support-annotations:jar:23.4.0',
|
||||
sha1 = 'ffbe55fdb2bb456b1485831706a9eac3300bb6b8',
|
||||
)
|
||||
|
||||
@@ -8,6 +8,6 @@ android_prebuilt_aar(
|
||||
|
||||
remote_file(
|
||||
name = 'recyclerview-binary-aar',
|
||||
url = 'mvn:com.android.support:recyclerview-v7:aar:23.0.1',
|
||||
sha1 = '94d5f16be156521e135295e2ffa70d79ef8ad9d5',
|
||||
url = 'mvn:com.android.support:recyclerview-v7:aar:23.4.0',
|
||||
sha1 = '61e4d99d2377402c45a3176120f800e53b20ab1b',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user