File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
36363 . 在RecyclerView+Epoxy中使用时,需要全部3个
3737``` groovy
3838dependencies {
39- def swipe_version = "1.1.0 "
39+ def swipe_version = "1.1.1 "
4040 //Widget
4141 implementation "com.github.benjaminwan.SwipeMenuLayout:SwipeMenuLayout-Core:$swipe_version"
4242 //Adapter Helper
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
36363 . RecyclerView+Epoxy,dependency: All
3737``` groovy
3838dependencies {
39- def swipe_version = "1.1.0 "
39+ def swipe_version = "1.1.1 "
4040 //Widget
4141 implementation "com.github.benjaminwan.SwipeMenuLayout:SwipeMenuLayout-Core:$swipe_version"
4242 //Adapter Helper
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ buildscript {
88 compile_sdk_version = 33
99 min_sdk_version = 21
1010 target_sdk_version = 33
11- project_version_code = 9
12- project_version_name = " 1.1.0 "
11+ project_version_code = 10
12+ project_version_name = " 1.1.1 "
1313 }
1414}
1515
You can’t perform that action at this time.
0 commit comments