File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33[ ![ Issue] ( https://img.shields.io/github/issues/benjaminwan/SwipeMenuLayout.svg )] ( https://github.com/benjaminwan/SwipeMenuLayout/issues )
44[ ![ Star] ( https://img.shields.io/github/stars/benjaminwan/SwipeMenuLayout.svg )] ( https://github.com/benjaminwan/SwipeMenuLayout )
55
6- ## [ 英文] ( ./README.md ) | [ 中文] ( ./README_zh .md )
6+ ## [ 英文] ( ./README.md ) | [ 中文] ( ./README.cn .md )
77
88### 介绍
99SwipeMenuLayout是一个Android侧滑菜单控件。
@@ -36,7 +36,7 @@ repositories {
36363 . 在RecyclerView+Epoxy中使用时,需要全部3个
3737``` groovy
3838dependencies {
39- def swipe_version = "1.0.3 "
39+ def swipe_version = "1.0.5 "
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 33[ ![ Issue] ( https://img.shields.io/github/issues/benjaminwan/SwipeMenuLayout.svg )] ( https://github.com/benjaminwan/SwipeMenuLayout/issues )
44[ ![ Star] ( https://img.shields.io/github/stars/benjaminwan/SwipeMenuLayout.svg )] ( https://github.com/benjaminwan/SwipeMenuLayout )
55
6- ## [ English] ( ./README.md ) | [ Chinese] ( ./README_zh .md)
6+ ## [ English] ( ./README.md ) | [ Chinese] ( README.cn .md)
77
88### Introduction
99SwipeMenuLayout is an Android side-sliding menu widget.
@@ -36,7 +36,7 @@ repositories {
36363 . RecyclerView+Epoxy,dependency: All
3737``` groovy
3838dependencies {
39- def swipe_version = "1.0.3 "
39+ def swipe_version = "1.0.5 "
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 @@ -4,8 +4,8 @@ buildscript {
44 ext. compile_sdk_version = 30
55 ext. min_sdk_version = 21
66 ext. target_sdk_version = 30
7- ext. project_version_code = 5
8- ext. project_version_name = " 1.0.3 "
7+ ext. project_version_code = 6
8+ ext. project_version_name = " 1.0.5 "
99 repositories {
1010 google()
1111 jcenter()
You can’t perform that action at this time.
0 commit comments