Skip to content

1.3.1

Compare
Choose a tag to compare
@youlookwhat youlookwhat released this 07 Apr 15:00
· 21 commits to master since this release

fix possible IndexOutOfBoundsException #52

修复可能发生的角标越界异常

if (mData != null && mData.size() > 0 && position < mData.size()) {
    return mData.get(position);
}

更新JitPack配置