Will Wang
Will Wang
[2018-06-15_16_14_42.mp4.zip](https://github.com/alibaba/vlayout/files/2105304/2018-06-15_16_14_42.mp4.zip) zip是复现视频 com.alibaba.android:vlayout:1.2.11之后,StaggeredGrid 数据变化后,视图会错位 1.2.10版本正常 在当前demo也能复现,diff修改如下 ``` diff --git a/examples/src/main/java/com/alibaba/android/vlayout/example/VLayoutActivity.java b/examples/src/main/java/com/alibaba/android/vlayout/example/VLayoutActivity.java index d17b552..1c3f796 100644 --- a/examples/src/main/java/com/alibaba/android/vlayout/example/VLayoutActivity.java +++ b/examples/src/main/java/com/alibaba/android/vlayout/example/VLayoutActivity.java @@ -105,6 +105,8 @@ public class VLayoutActivity extends Activity { private Runnable...
原来使用的 - com.taobao.android:atlasplugin:2.3.3.rc41 - com.taobao.android:atlas_core:5.1.0.0@aar release的proguard一切运行正常 升级到 - com.taobao.android:atlasplugin:3.0.1-rc81 - com.taobao.android:atlas_core:5.1.0.8-RC1@aar 后,debug运行正常,编译release在proguard后出现错误,minifyEnabled false也正常 proguard-rules.pro保持和原来一样,只在app工程中添加了,没有使用consumerProguardFiles 出现错误如下,公共的sdk,打在maindex里的类,插件atlas工程都find不到 ``` ..... Warning:there were 10840 unresolved references to classes or interfaces. Warning:there were 834 unresolved...