Skip to content

Commit 6e3b950

Browse files
committed
project_version_name: 1.0.3 -> 1.0.5
1 parent b69847e commit 6e3b950

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README_zh.md renamed to README.cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
### 介绍
99
SwipeMenuLayout是一个Android侧滑菜单控件。
@@ -36,7 +36,7 @@ repositories {
3636
3. 在RecyclerView+Epoxy中使用时,需要全部3个
3737
```groovy
3838
dependencies {
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
99
SwipeMenuLayout is an Android side-sliding menu widget.
@@ -36,7 +36,7 @@ repositories {
3636
3. RecyclerView+Epoxy,dependency: All
3737
```groovy
3838
dependencies {
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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)