Open MX8CLUB opened 5 years ago
//1.1.0 (1.0.5及以前版本的老用户升级需谨慎,API改动过大) compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-32' compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-alpha-32'//没有使用特殊Header,可以不加这行 compile 'com.android.support:appcompat-v7:25.3.1'//版本 23以上(必须)
//1.1.0 androidx 版本 implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-andx-15' implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-andx-15' implementation 'androidx.legacy:legacy-support-v4:1.0.0'
//1.0.5 (重大bug发现,无法兼容 Android P,不推荐使用)
这个可能需要一段时间
@MX8CLUB @2534290808 弄了一个PR: https://github.com/react-native-studio/react-native-SmartRefreshLayout/pull/58
//1.1.0 (1.0.5及以前版本的老用户升级需谨慎,API改动过大) compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-32' compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-alpha-32'//没有使用特殊Header,可以不加这行 compile 'com.android.support:appcompat-v7:25.3.1'//版本 23以上(必须)
//1.1.0 androidx 版本 implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-andx-15' implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-andx-15' implementation 'androidx.legacy:legacy-support-v4:1.0.0'
//1.0.5 (重大bug发现,无法兼容 Android P,不推荐使用)