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:
Caleb Gomer 2016-12-28 18:42:23 -08:00 коммит произвёл Facebook Github Bot
Родитель e380d6d0fd
Коммит 573170699f
5 изменённых файлов: 11 добавлений и 10 удалений

Просмотреть файл

@ -275,7 +275,7 @@ dependencies {
compile fileTree(dir: 'src/main/third-party/java/infer-annotations/', include: ['*.jar'])
compile 'javax.inject:javax.inject:1'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:recyclerview-v7:23.0.1'
compile 'com.android.support:recyclerview-v7:23.4.0'
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0'
compile 'com.facebook.fresco:fresco:0.11.0'
compile 'com.facebook.fresco:imagepipeline-okhttp3:0.11.0'

Просмотреть файл

@ -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',
)